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 ...
This module returns the percentage of the CPU occupied by the system processes. Module data module_begin module_name CPU System module_type generic_data module_cpuusage all module_max 100 module_min 0 module_description CPU (%) used by system ...
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 ...