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 ...
This module returns the percentage of the CPU occupied by user processes. Module data module_begin module_name CPU User module_type generic_data module_exec vmstat 1 2 | tail 1 | awk ‘{ print $17 }’ | tr d “\n” module_max 100 module_min 0 ...
This module returns the percentage of free space of the physical memory. Module data module_begin module_name Physical mem. free module_type generic_data module_freepercentmemory module_description Percentage Mem Free Phys ...