Process Running on Linux

Checks if an specific process is being executed in the machine Module data module_begin module_name Process xxx module_type generic_proc module_service xxx module_description Process XXX running module_end

Load Average on Linux

It measures the CPU average load. Module data module_begin  module_name Load Average  module_type generic_data  module_exec uptime | awk ­F “,” ‘{print $3}’ | awk ‘{print $3}’ | tr ­d “\n”  module_description Average load last...

CPU Free Linux

This module returns the free CPU percentage Module data module_begin  module_name CPU Free  module_type generic_data  module_exec echo $(( 100 ­ `vmstat 1 2 | tail ­1 | awk ‘{ print $15 }’`))  module_max 100  module_min 0  module_description Percentage CPU...

Hardrive temperature (Linux)

You need to install the hddtemp program. Adjust which drive/device you are after and if you want it in Celsius or Fahrenheit. Module data module_begin  module_name hddtemp  module_type generic_data  module_exec /usr/sbin/hddtemp -n –unit=C /dev/sda ...

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

X