I have an Item that returns a text, the trigger is this:
check_snmp_storage_wrapper.sh[-H, {HOST.CONN}, -S, 0, -C, public, -m, {$CHECK_DISK_DRIVES}, -w, {$CHECK_DISKS_WARNING}, -c, {$CHECK_DISKS_CRITICAL}].regexp(CRITICAL$)}=1
The script is based on the nagios script of check_snmp_storage
Item runs every 5 min,
problem is, that every 5 min the trigger goes up again and sends an alert altho it was already up.
Anyone faces this problem?
solution?
thanks
check_snmp_storage_wrapper.sh[-H, {HOST.CONN}, -S, 0, -C, public, -m, {$CHECK_DISK_DRIVES}, -w, {$CHECK_DISKS_WARNING}, -c, {$CHECK_DISKS_CRITICAL}].regexp(CRITICAL$)}=1
The script is based on the nagios script of check_snmp_storage
Item runs every 5 min,
problem is, that every 5 min the trigger goes up again and sends an alert altho it was already up.
Anyone faces this problem?
solution?
thanks