This module returns the percentage of CPU occupied by system processes. Module data module_begin module_name CPU System module_type generic_data module_exec vmstat 1 2 | tail 1 | awk ‘{ print $15 }’ | tr d “n” module_max 100 module_min 0 ...
This is a few command line executions from the Xen Server on how to obtain useful information. Just install a Pandora FMS agent in the Xen Server to get it and send to Pandora FMS server: Module data Displays uptime for a domain xm uptime Monitors a host and its...
How monitor with a simple module to check ftp connectivity from windows agent to ftp server. 1.- Create a bat file with this setup: @echo off REM Generate the script. Will overwrite any existing temp.txt echo open servername> temp.txt echo username>> temp.txt...
This module will count active filehandles in Windows. Can be modified to count specific kind of handles, or handles for a given process. NOTE: you need to download “handle” from sysinternals.com NOTE: The first execution (on the agent) will require...