I have an item log, type trapper. All errors from a system are sent to this item with zabbix_sender. For every error, I want Zabbix to send emails to several engineers.
I have a trigger that is active during 1 sec after an Error has been received {HOST:log.str("Error")}=1&{HOST:log.nodata(1)}=0
This trigger should lead to multiple actions (sending email to 10 addresses).
I noticed that only 1 email is sent during this second.
If the same trigger is active for 10 sec, then all emails are sent.
How should i get Zabbix to send a range of emails for every error logmessage received, even if the error logmessages are received within one second after eachother (or even if the logmessages are received in the same second) ?
I have a trigger that is active during 1 sec after an Error has been received {HOST:log.str("Error")}=1&{HOST:log.nodata(1)}=0
This trigger should lead to multiple actions (sending email to 10 addresses).
I noticed that only 1 email is sent during this second.
If the same trigger is active for 10 sec, then all emails are sent.
How should i get Zabbix to send a range of emails for every error logmessage received, even if the error logmessages are received within one second after eachother (or even if the logmessages are received in the same second) ?