CPU System on AIX

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 ...

XEN Server monitoring

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...

FTP Connection from windows agent

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...

Filehandles in Windows

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...

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

X