Used inodes Linux

Returns the percentage of free i­nodes of one partition Module data module_begin  module_name Used inode /  module_type generic_data  module_exec df ­i | grep ­E “/$” | awk ‘{print $4}’ | tr ­d “%\n”  module_max 100  module_min 0 ...

Processes high CPU

It returns the pid of the process that is consume more than the 90% of the CPU Module data module_begin  module_name Processes high CPU  module_type generic_data_string  module_exec ps -eo pcpu,pid,comm | sort -n | grep -v CPU | tail -1 | awk ‘{if ($1>90)...

Zombie processes on Linux

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

Free Disk on Linux

It returns the number of processes that are running in the machine. Module data module_begin  module_name Free Disk  module_type generic_data  module_freepercentdisk /  module_description Percentage Free Disk ...

Free swap on Linux

Returns in percentage the free space of swap memory. Module data module_begin  module_name Free swap  module_type generic_data  module_exec free ­m | grep Swap | awk ‘{print (($4 / $2)*100)}’  module_description Percentage Mem Swap Free ...

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

X