Hi, We are using Zabbix to monitor a few internet links so we can be notified if the connection goes down.
All the links are connected to Firewalls and we have a simple trigger setup to check/monitor the port (that the internet is connected too on the FW) and if no data is received within a period of time (60secs or whatever) then trigger the link is down.
Example:
{host:ifOutOctets[PortB].nodata(105)}=1
This works perfect, except because we are monitoring these devices over the internet we must be experiencing latency and lag at times (maybe even packet loss, however i believe its more latency issues) which is causing the triggers to activate randomly through the day giving us bunch of false positives. Sometimes, hundreds of them through out the day.
Is there a better way to do what I am trying to achieve here? PING is usually disabled on such devices, so this wont work either - and to be honest, i dont want to be pinging multiple devices 24x7.
Thanks
JK
All the links are connected to Firewalls and we have a simple trigger setup to check/monitor the port (that the internet is connected too on the FW) and if no data is received within a period of time (60secs or whatever) then trigger the link is down.
Example:
{host:ifOutOctets[PortB].nodata(105)}=1
This works perfect, except because we are monitoring these devices over the internet we must be experiencing latency and lag at times (maybe even packet loss, however i believe its more latency issues) which is causing the triggers to activate randomly through the day giving us bunch of false positives. Sometimes, hundreds of them through out the day.
Is there a better way to do what I am trying to achieve here? PING is usually disabled on such devices, so this wont work either - and to be honest, i dont want to be pinging multiple devices 24x7.
Thanks
JK
Comment