PowerShell Module Template

A template to help you create and run PowerShell module plugins Attached PowerShell file in example must be placed in “C:Program FilesPandora_Agentscripts” Edit PowerShell file to fit your needs! Module data #Example returns PowerShell $env:COMPUTERNAME...

Windows Update Monitoring

This plugin monitors number of packages of Windows update pending to install (both, Optional and Critical packages), giving also a boolean monitor of status (windows is completely updated or not). This is done by a regular plugin check, executed each time agent runs...

Occupied RAM % in Windows

This script get occupied RAM % in Windows Systems. Module data module_begin  module_name Occupied RAM %  module_type generic_data  module_exec cscript //B “%ProgramFiles%\pandora_agent\util\check_RAM.vbs”  module_unit %  module_end Files:...

Samba monitoring

Several modules for Windows SMB monitoring Module data Get SMB active sessions module_begin  module_name SMB_Sessions  module_exec smbstatus -b | grep “^[0-9]” | wc -l  module_type generic_data  module_end  Read errors (parsing Logfile)  module_begin ...

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

X