Good Morning All,
Thank you for the interest shown in advanced.
At the moment I have Zabbix 4.0 installed and running.
Apart from SNMP monitoring that I have already setup and am very happy with - What i would like to achieve is monitor the latency to the same...
Search Result
Collapse
3 results in 0.0052 seconds.
Keywords
Members
Tags
-
Trigger min value <0.05 but not 0 from icmppingsec
Hi,
To catch hosts which have NO value below 50ms i have to write a trigger lets say "{icmppingsec[,1,,50,5000,avg].min(86400)}>0.05" for expression. (you think nothing easier than that!
).
But now the problem is that the item icmppingsec is giving me the value... -
Trigger syntax help for packet loss please
Hello, I'm trying to figure out the correct syntax to use with 'icmppingsec' so that if 5 or more out of the last 10 checks were > than X value then the trigger would be true. The reason I'm trying to do it this way is because I feel like this gets around the problem using the avg total response...