Kind of a newbie with Zabbix. I am trying to setup a trigger that basically checks for system uptime and if it is equal to or past 14 days it will put an alert in my dashboard.
This is what I put in the expression, I thought would work but it is not as all computers are reporting they are up longer than 14 days even when not.
{computers.agent:system.uptime.change(0)}<=1209600 that number is in seconds
This is what I put in the expression, I thought would work but it is not as all computers are reporting they are up longer than 14 days even when not.
{computers.agent:system.uptime.change(0)}<=1209600 that number is in seconds
Comment