Get CPU Speed

This is a very simple module to get CPU speed in Linux, based on parsing /proc/cpuinfo Module data module_begin module_name cpu_speed module_type generic_data module_exec cat /proc/cpuinfo | grep “cpu MHz” | tail -1 | awk ‘{print $4}’...

PostFix Queue

Return items pending in the DEFER queue. Module data module_begin  module_name Queue_Pending  module_type generic_data  module_exec postqueue -p | tail -1 | grep -o “[0-9]* Request” | awk ‘{ print $1 }’ ...

Disk IO Throughput:

This modules returns current throughtput on Disk, based on systat package. This sample is for /dev/sda. You need to install systat package. Module data module_begin  module_name IO Sda Read/sec  module_type generic_data  module_exec iostat -k | grep sda | awk ‘{...

CPU IO Stat

This gets the IOStat from a Linux, using sysstat tools. Module data module_begin  module_name IO_Cpu  module_type generic_data  module_exec iostat -c | tail -2 | head -1 | awk ‘{ print $4 }’  module_description IOStat, obtained with package sysstat ...

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...

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

X