Hi folks,
Say I want to send, via zabbix_sender, a real-time event reporting that an error of type A occurred. I can obviously define an item called errors_type_A and whenever the error occurs, send error_type_A=1, and then on the server set a trigger so that when it's non-zero an alert must be sent out.
OK, but then, somehow, I must automatically reset the value to 0, so that I can catch the next similar event.
Can Zabbix handle this? Or via another mechanism that I'm not aware of?
Thanks,
George
Say I want to send, via zabbix_sender, a real-time event reporting that an error of type A occurred. I can obviously define an item called errors_type_A and whenever the error occurs, send error_type_A=1, and then on the server set a trigger so that when it's non-zero an alert must be sent out.
OK, but then, somehow, I must automatically reset the value to 0, so that I can catch the next similar event.
Can Zabbix handle this? Or via another mechanism that I'm not aware of?
Thanks,
George
Comment