Dec 21, 2017 | Operating Systems
With this plugin you can monitoring services remotely, using snmp in Unix and Windows systems. Module data You can use this plugin in server plugin mode and local plugin mode. You have to upload psp file in Plugin registration of Pandora Console. Create a new plugin...
Dec 20, 2017 | Linux, Operating Systems
This is a manual which helps you to monitor Linux/Unix based devices using Pandora FMS. Module data 1. CPU Free This module returns the free CPU percentage. The syntax for the module would be this: module_begin module_name CPU Free module_type generic_data module_exec...
Dec 15, 2017 | Linux, Operating Systems
It returns the consume percentage, pid and name of the process that is consume more than the 90% of the CPU Module data module_begin module_name Processes high CPU (%, PID, name) module_type generic_data_string module_exec core=$(nproc) && ps -eo pcpu,pid,comm...