Module data Mapping this OID: .1.3.6.1.4.1.2162.100.4.1.2.1 you will get this trap on a configuration change, on SNMP devices, like switches and routers. It has been tested with Cisco equipment. Other trap, used for this: 1.3.6.1.4.1.9.9.43.2.0.1
This show a % of clock adjustement using dahdi_test command. Should be always on 99.x % Module data module_begin module_name InternalClock_Deviation module_type generic_data module_exec dahdi_test -c 5 | grep -o “Worst\: [0-9]*\.[0-9]*” | awk ‘{...
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...