I'm trying to use the {EVENT.ID} macro so we can tie the OK to the Problem. However, the results in the log file shows different values for the Problem and associated OK. We are running Zabbix 3.0.
Here is the action body of the failing Alert followed by the result written to the log...
"{EVENT.DATE} {EVENT.TIME} Host:{HOST.NAME},Trigger:{TRIGGER.NAME},Trigger status: {TRIGGER.STATUS},Trigger severity: {TRIGGER.SEVERITY},event ID: {EVENT.ID}"
1473185461 Host:XXXX,Trigger:Timestamp changed,Trigger status: PROBLEM,Trigger severity: Critical,event ID: 7243421
1473185464 Host:XXXX,Trigger:Timestamp changed,Trigger status: OK,Trigger severity: Critical,event ID: 7243422
I've tried this with recovery message checked and unchecked
Also, we send critical alerts using a separate rule to a slack channel and the ID sent to slack using the same macro works as expected.
Thank you for the help
Bob
Here is the action body of the failing Alert followed by the result written to the log...
"{EVENT.DATE} {EVENT.TIME} Host:{HOST.NAME},Trigger:{TRIGGER.NAME},Trigger status: {TRIGGER.STATUS},Trigger severity: {TRIGGER.SEVERITY},event ID: {EVENT.ID}"
1473185461 Host:XXXX,Trigger:Timestamp changed,Trigger status: PROBLEM,Trigger severity: Critical,event ID: 7243421
1473185464 Host:XXXX,Trigger:Timestamp changed,Trigger status: OK,Trigger severity: Critical,event ID: 7243422
I've tried this with recovery message checked and unchecked
Also, we send critical alerts using a separate rule to a slack channel and the ID sent to slack using the same macro works as expected.
Thank you for the help
Bob
Comment