Hello!
I am struggling with trying to get a trigger expression to alert when a host is shutdown. Here is what I have tried so far, but this trigger expression never seems to fire
count(/OS Windows/icmpping,#10,"eq","0")>9 and nodata(/OS Windows/agent.ping,15m)=1 and count(/OS Windows/system.uptime,15m)=0
Is there something wrong with this expression? Please provide feedback if possible.
Thanks!
I am struggling with trying to get a trigger expression to alert when a host is shutdown. Here is what I have tried so far, but this trigger expression never seems to fire
count(/OS Windows/icmpping,#10,"eq","0")>9 and nodata(/OS Windows/agent.ping,15m)=1 and count(/OS Windows/system.uptime,15m)=0
Is there something wrong with this expression? Please provide feedback if possible.
Thanks!
Comment