1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading...
:

This is a very simple module to get CPU speed in Linux, based on parsing /proc/cpuinfo

Module data

module_begin 
module_name cpu_speed 
module_type generic_data 
module_exec cat /proc/cpuinfo | grep "cpu MHz" | tail -1 | awk '{print $4}' 
module_end
(Visited 100 times, 1 visits today)

For correct visualization of the Pandora FMS library extension, you must have installed version NG 760 or superior

X