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 0 for not reaching the target which is quite normal in our specific environment. So the expression is not working because min value will always be 0 as I understand the zabbix way of interpreting min values.
I'm looking now for an expression fireing when there are NO values between 0.001 to 0.049, if there are some whithin one day (86400), no problem.
The reason for this is we have moving public transport busses hop on a WLAN when coming home to depot and latency for ping is going below 50ms (or 0.05 in icmppingsec language...). when they are on the road they are on the mobile communication network making latency times at 120ms for average or more. if they have technical problems and never reach the WLAN Network for some reason they just stay on mobile network and making latency of >50ms.
We well greatly apreciate any hint for resolving this! thx!!
Dave
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 0 for not reaching the target which is quite normal in our specific environment. So the expression is not working because min value will always be 0 as I understand the zabbix way of interpreting min values.
I'm looking now for an expression fireing when there are NO values between 0.001 to 0.049, if there are some whithin one day (86400), no problem.
The reason for this is we have moving public transport busses hop on a WLAN when coming home to depot and latency for ping is going below 50ms (or 0.05 in icmppingsec language...). when they are on the road they are on the mobile communication network making latency times at 120ms for average or more. if they have technical problems and never reach the WLAN Network for some reason they just stay on mobile network and making latency of >50ms.
We well greatly apreciate any hint for resolving this! thx!!
Dave
Comment