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 category, 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 18, 2017 | Oracle category
This plugin can execute remote queries for oracle databases. You can find all necessary information about using this plugin at sqlscript.readme. Files: sqlscript.readme...
Dec 15, 2017 | Linux category
Several scripts packaged in a ZIP file to be used as local modules in Linux and Unix hosts, to get several metrics: BlockedIOQueue CPUUsage DiskAvgQueueLength DiskPhysIORate DiskUsagePeak MemUsage NetColPct NetOutQueueLength NetPktRate NFSCallRate PageOutByteRate...
Dec 15, 2017 | Linux category, 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...