8 years ago
more frequent ping check
Hello,
Would it be possible to allow the option to ping an ip address every 5 seconds? We only need a retention of one month or so.
This would greatly assist us across multiple clients...
you "could" do this via a script based datasource if you wanted to. it's not elegant and bypasses the normal ping monitoring, but this could be accomplished very easily with a script that runs for, let's say 50 seconds, and polls every 5 seconds, and then stops if ping loss is detected and reports back, or success if it didn't.