I have searched the forums but have not found a similar problem. I think my question is pretty basic, but I am stuck and I would appreciate any help.
I have created a High Latency probe by following these instructions:
http://forum.mikrotik.com/viewtopic.php ... +latency+1+
The problem I have, is that when the device that is being probed goes down, the latency returns a negative value "-1". The high latency proble thinks this is ok because it is not above my latency threshold of 75ms. I would like the high latency probe to show as down if the latency value returned is negative.
Here is the information on the probe I created:
Name: HighLatency
Type: Function
Agent: Default
Available: device_property("FirstAddress") <> ""
Error: if (array_element(ping(device_property("FirstAddress")),0) < "75", "" , "High Latency ")
Value: array_element(ping(device_property("FirstAddress")),0)
I am using the Dude version 3.6
Thank you for any help.
Andrew