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
Show queue length of processor in Unix system Module data module_begin module_name Queue length module_type generic_data module_exec vmstat | tail -1 | awk ‘{print $1}’ module_description Show queue length of processor in Unix system ...
Show the number and info of Processors Module data module_begin module_name CPU Info module_type generic_data_string module_exec cat /proc/cpuinfo | grep processor | wc /proc/cpuinfo | grep model | grep name | tail -1 | awk ‘{print...