Hi friends,
I have configured zabbix to send email notifications when an event with a 'problem' status occurs. The corresponding item monitors a log every 30 seconds to take the latest data. I have a specific problem here - when more than one 'problem' event happens within 30 seconds, then all the email notifications I receive contain the last item value.
For example,
The item collects 4 statements from the log 'critical info 1' , 'critical info 2', 'critical info 3', 'critical info 4'. The zabbix is configured to alert whenever the item collects a statement from the log with the word 'critical'. Hence, I receive 4 alerts one for each statement. And each event executes an action which is sending email notification. But the content of each mail has the last item value in it which is 'critical info 4'. The item value of the other three events does not come though an action have been taken correspondingly.
Have any one come across this problem? Kindly reply.
Thank you.
I have configured zabbix to send email notifications when an event with a 'problem' status occurs. The corresponding item monitors a log every 30 seconds to take the latest data. I have a specific problem here - when more than one 'problem' event happens within 30 seconds, then all the email notifications I receive contain the last item value.
For example,
The item collects 4 statements from the log 'critical info 1' , 'critical info 2', 'critical info 3', 'critical info 4'. The zabbix is configured to alert whenever the item collects a statement from the log with the word 'critical'. Hence, I receive 4 alerts one for each statement. And each event executes an action which is sending email notification. But the content of each mail has the last item value in it which is 'critical info 4'. The item value of the other three events does not come though an action have been taken correspondingly.
Have any one come across this problem? Kindly reply.
Thank you.
Comment