This plugin calls the linux traceroute command on the given agent IP and returns the number of hops required to find the host or 9999 on failure. You can configure the UDP port to use, and the maximum number of hops to try. This can be useful to determine whether a...
This is done using a linux server, by executing ping and parsing its output, depending on linux distro could be different and you will need to adjust the command, but should be very similar even in windows hosts. Module data module_begin module_name Internet_latency ...
This module show the amount of traffic in and out the server. It is very useful to set up alerts for over or sub utilization of the network. Module data # Networking module_begin module_name nettraf_eth0_in module_type generic_data_inc module_exec /sbin/ifconfig eth0...