This is a manual which helps you to monitor HP-UX based devices using Pandora FMS. Module data 1. CPU user 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 ...
It returns the number of processes that are running in the machine. Module data module_begin module_name Disco_Libre module_type generic_data module_freepercentdisk / module_description Free disk module_end
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 ...
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 ...