This Pandora FMS module, used as script, allow to get individual CPU usage for each specified process. This is done by a small script written in VBscript which ask several WMI sources to get a value, used as percentage for individual CPU Usage for a given process....
It measures the CPU average load. Module data module_begin module_name Load Average module_type generic_data module_exec uptime | awk F “,” ‘{print $3}’ | awk ‘{print $3}’ | tr d “\n” module_description Average load last...
This gets the IOStat from a Linux, using sysstat tools. Module data module_begin module_name IO_Cpu module_type generic_data module_exec iostat -c | tail -2 | head -1 | awk ‘{ print $4 }’ module_description IOStat, obtained with package sysstat ...
Return temperature of CPU in centigrade degrees Module data module_begin module_name CPU_Temp module_type generic_data module_exec cat /proc/acpi/thermal_zone/THRM/temperature | awk ‘{ print $2 }’ module_description Return temperature of CPU in centigrade...
Este módulo obtiene la temperatura de la/las CPUs de un servidor proliant DL360. El OID mostrado es para la CPU 1 del equipo. El valor devuelto por el módulo se muestra en grados Centígrados Module data OID: .1.3.6.1.4.1.232.6.2.6.8.1.4.0.2