Hello folks,
I am trying to monitor some Cisco Routers and I need to define a trigger for device availability, but to be activated only if the check is true for the last two reads...
For example I have an item with icmpping that runs at every 5 minutes for that device. Ok, I create a trigger with a key icmpping.last(0)=0 BUT I want something like "if the item is the two last times 0 then activate the trigger" or "if that host does not respond to ping two consecutive times, alert me" Is there an expression for this?
Thanks!
I am trying to monitor some Cisco Routers and I need to define a trigger for device availability, but to be activated only if the check is true for the last two reads...
For example I have an item with icmpping that runs at every 5 minutes for that device. Ok, I create a trigger with a key icmpping.last(0)=0 BUT I want something like "if the item is the two last times 0 then activate the trigger" or "if that host does not respond to ping two consecutive times, alert me" Is there an expression for this?
Thanks!
Comment