I wanted to know if there is a way to set a threshold on response time on ping. So say you would trigger a notification if the ping response was above 300ms or something.
Does anyone know of a way to do that with the Dude?
very useful, thank youYes create your own ping out of the ping command. The dude will give you false positives and re-pinging things will improve the RTT. RTT in the dude has neat features...
if(array_element(ping(device_property("FirstAddress")), 0) < 200, "", "RTT > 200ms")
Ping2.png
HTH,
Lebowski