Hello,
I'm monitoring few hosts with Active checks only + a icmp ping. I want to recieve an alert when Zabbix agent doesn't send data to server (but host is up).
Until today, I used trigger "nodata" on a frequently updated item.
(like describe in post http://www.zabbix.com/forum/showthread.php?t=20569)
But this week-end a recieved more than 2000 mails about wrong alerts. (trigger "nodata" for 5 minutes, but items recieved data every 9-12 seconds).
After looking the documentation (triggers: example 8), trigger nodata works only with trapper type.
How can I get a heartbeat from Zabbix Agent using active checks without using "nodata" trigger ? (Don't want to configure and use zabbix_sender on every host with a scheduled tasks or use userparameter in agent's config file)
Thanks for your help and suggestion?
Regards,
Bernard
I'm monitoring few hosts with Active checks only + a icmp ping. I want to recieve an alert when Zabbix agent doesn't send data to server (but host is up).
Until today, I used trigger "nodata" on a frequently updated item.
(like describe in post http://www.zabbix.com/forum/showthread.php?t=20569)
Code:
{hostname:system.cpu.util[].nodata(300)}=1
After looking the documentation (triggers: example 8), trigger nodata works only with trapper type.
How can I get a heartbeat from Zabbix Agent using active checks without using "nodata" trigger ? (Don't want to configure and use zabbix_sender on every host with a scheduled tasks or use userparameter in agent's config file)
Thanks for your help and suggestion?
Regards,
Bernard

Comment