I am having a question or problem, I need to configure in my the dude some probes, among them alert for network latency, memory, cpu and others. I first started to configure the NETWORK LATENCY PROBE, using the information below, that I got on the internet.
[
Name: REDWARE_ALERT_Alert
Available: ping (device_property (“FirstAddress”))> = 0
Error: if (array_element (ping (device_property (“FirstAddress”)), 0) <40, “”, “Latency over 40ms”)
Value: ping (device_property (“FirstAddress”))
Unit: ms
]
I use the dude 6.43.12.
And at the time of testing on the device I monitor, it does not work, it displays the message “not available”
Anyone have any idea what it might be?