I want to ping some devices for statistical reasons only, without the sensor going into a warning or down state if the device is unavailable. How can I do this?


Article Comments

PTF.StatisticalPingXML

This can be done with Custom Sensor StatisticalPingXML. This sensor takes a comma separated list of host names or IP's and produces a channel for every host.

-h=ip-address|hostname [-w=timeout] [-l=size] [-i=TTL]

-h=   A comma separated list of hosts to check.
-w=   Optional, timeout in milliseconds to wait for a reply, default = 500.
-l=   Optional, send buffer size, default = 32.
-i=   Optional, Time To Live, default = 64.

For example:

-h=www.paessler.com,192.168.1.1,myserver

Will produce three channels with ping response times.

The sensor can be downloaded from this page


May, 2011 - Permalink