Hi,
I have a remote command that i use i Actions, but when i set Recovery message up it will not execute the command, nothing happens at all.
The Script is :
/usr/lib/zabbix/alertscripts/zabbix_hipchat severity='{TRIGGER.SEVERITY}' triggerdesc='{TRIGGER.NAME}' hostname='{HOSTNAME}' status='{TRIGGER.STATUS}' itemid='{ITEM.ID}'
I have this in Conditions:
Trigger value = PROBLEM
Maintenance status not in maintenance
I have solved it by removing Recovery message and put Trigger value = OK in Conditions. But when i add a new server i gets a lot of OK's from the new triggers.
I have a remote command that i use i Actions, but when i set Recovery message up it will not execute the command, nothing happens at all.
The Script is :
/usr/lib/zabbix/alertscripts/zabbix_hipchat severity='{TRIGGER.SEVERITY}' triggerdesc='{TRIGGER.NAME}' hostname='{HOSTNAME}' status='{TRIGGER.STATUS}' itemid='{ITEM.ID}'
I have this in Conditions:
Trigger value = PROBLEM
Maintenance status not in maintenance
I have solved it by removing Recovery message and put Trigger value = OK in Conditions. But when i add a new server i gets a lot of OK's from the new triggers.
Comment