Memory SUM of several process instances

This modules sums the RSS (real) memory used for several processes with the same name (instances), p.e: This is used to sum all memory used by PHP exectutions in a server Module data module_begin  module_name php5_memory_sum  module_type generic_data  module_exec ps...

Disk IO Wait

Simple approach to IO/Wait monitoring. Excellent article about this at http://blog.scoutapp.com/articles/2011/02/10/understanding-disk-i-o-when-should-you-be-worried Module data module_begin module_name Disk_IO_Wait module_type generic_data module_exec top -n 3 -c |...

Get BIOS Version

This module gets BIOS Version with a software agent using dmidecode command Module data module_begin  module_name Bios Version  module_type generic_string  module_exec dmidecode -t bios | grep Version | awk ‘{ print $2 }’  module_description BIOS version ...

TransferPerSec_SDA

Transfer per second on a physical device “sda “. More information can be obtained using the iostat command. Module data module_begin module_name TransferPerSec_SDA module_type generic_data module_exec iostat | grep “sda ” | awk ‘{ print...

Zombie Processes

It counts the number of processes that are in the Zombie status. Module data module_begin  module_name Zombie processes  module_type generic_data  module_exec ps ­eos | grep Z | wc ­l | tr ­d “\n”  module_description Number of zombie processes ...

Disk Space

Show amount of disk space free or used. Module data module_begin  module_name dsk_home_free  module_type generic_data  module_exec df -kh /home | tail -1 | awk ‘{NF–; print 100-$NF }’  module_max 100  module_min 0  module_description Free disk (%) of...

For correct visualization of the Pandora FMS library extension, you must have installed version NG 760 or superior

X