9 years ago
Custom Ping Intervals
Currently, LM has hard-coded the Ping dataSource to use 250ms ICMP Ping intervals. We need the flexibility to adjust the Ping interval (ms) in the DataSource (Either static or system property valu...
22 hours ago, Matthew Dunham said:We've seen at least one customer accomplish this using a scripted datasource that calls the OS 'ping' command and parses the output via regex.
Yeah, that something I investigated. It doesn't look like Java has native support, and a wrapper library is necessary. I'd prefer to code it agasint LogicMonitor's Ping library that already parses Windows and Linux Ping output, but if I have to I'll write my own. Thanks Matt!