The module returns the percentage of occupied directory. Module data module_begin module_name Used disk xxx module_type generic_data module_occupiedpercentdisk /xxx module_description % used disk module_end
This module searchs if one service is running or not. Module data module_begin module_name Service xxx module_type generic_proc module_service xxx module_description Service xxx module_end
The module returns the percentage of the free physical memory. Module data module_begin module_name Physical Mem Free module_type generic_data module_freepercentmemory module_description % Physical mem free ...
Module that returns the number of processes running in the machine. Module data module_begin module_name Number processes module_type generic_data module_exec echo $(((`ps e | wc l`)1)) | tr d “\n” module_description Total processes ...