Dec 14, 2017 | Operating Systems, Windows category
This script get occupied RAM % in Windows Systems. Module data module_begin module_name Occupied RAM % module_type generic_data module_exec cscript //B “%ProgramFiles%\pandora_agent\util\check_RAM.vbs” module_unit % module_end Files:...Dec 14, 2017 | Linux category, Operating Systems
Free or occupied percentage of CPU utlization in Unix systems. Module data module_begin module_name CPU Utilization Unix module_type generic_data module_exec vmstat 1 2 | tail -1 | awk ‘{ print $15 }'(Free) module_exec echo $(( 100 – `vmstat 1 2 | tail...For correct visualization of the Pandora FMS library extension, you must have installed version NG 760 or superior