Hello,
I'm trying to monitor host availability in Zabbix Agent (passive).
I use the agent.ping item with the trigger {HOSTNAME:agent.ping.nodata(120)}=1 .
The problem is that if the Zabbix Server becomes a little bit overloaded, the item may be treated later. So the alarm will set off although the host is in fact reachable?
Isn't it possible that the agent.ping returns 0 in case of unreachable? (so nodata will only be because server hasn't yet proceeded the item).
I'm trying to monitor host availability in Zabbix Agent (passive).
I use the agent.ping item with the trigger {HOSTNAME:agent.ping.nodata(120)}=1 .
The problem is that if the Zabbix Server becomes a little bit overloaded, the item may be treated later. So the alarm will set off although the host is in fact reachable?
Isn't it possible that the agent.ping returns 0 in case of unreachable? (so nodata will only be because server hasn't yet proceeded the item).
Comment