6 years ago
Widget for ping monitoring
Hi Everyone!
I'm trying to figure out how to create a widget, that will show the top ten servers that have a ping of above 100ms.
I can make the standard ping widget, but I don't see a...
Here's the link: https://www.logicmonitor.com/support/logicmodules/datasources/datapoints/complex-datapoints/
and yes? I don't quite recall how to have it return a NaN, but I have done it in the past, so I know it's possible. unkn() is a constant for it, that may have been how I did it... so: if(maxrtt>100,1,unkn()) ?