Hello guys, I am new at zabbix so I would be glad for any help.
I am trying to figure out how to monitoring uptime on my device via trigger. The way It should work is, that trigger should give me feedback when uptime connection is less then 24 hours.
So far I have tried something like this, but I am not sure it works properly the way I want to.
device.sysUpTime.last(#1440)}<24h - 1440 because i read uptime value from device every minute
Any advance how to do it correctly?
thanks for help.
I am trying to figure out how to monitoring uptime on my device via trigger. The way It should work is, that trigger should give me feedback when uptime connection is less then 24 hours.
So far I have tried something like this, but I am not sure it works properly the way I want to.
device.sysUpTime.last(#1440)}<24h - 1440 because i read uptime value from device every minute
Any advance how to do it correctly?
thanks for help.
Comment