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

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

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

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

X