let's say I want a trigger to be True only when a host is unreachable for 10 mins or more, how should i write the expression?
i tried {host:status.min(600)}=2 but it triggers as soon as the host goes offline
i also tried {JurongPoint.AD
ing.nodata(600)}=1 but the status is unknown when the host is down
thanks
i tried {host:status.min(600)}=2 but it triggers as soon as the host goes offline
i also tried {JurongPoint.AD
ing.nodata(600)}=1 but the status is unknown when the host is downthanks
Comment