This Pandora FMS module, used as script, allow to get individual CPU usage for each specified process. This is done by a small script written in VBscript which ask several WMI sources to get a value, used as percentage for individual CPU Usage for a given process....
It returns the number of processes that are running in the machine. Module data module_begin module_name Free home disk module_type generic_data module_freedisk /home module_description Free disk for home folder ...
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...
This module searchs the event that informs that the account has been enabled. Module data module_begin module_name Account enabled module_type async_string module_logevent module_source Security module_eventcode 4722 module_description Account enabled ...