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

LVS Monitoring

Monitoring of LVS load balancing system from Linux Module data Get conections per second for node “nido-1” module_begin  module_name Nido1 CPS  module_exec ipvsadm -L | grep -i nido-1 | awk “{ print $5 }”  module_description Nido1 connections...

Active Directory number of clients

Number of clients in Microsoft AD via local module in Pandora FMS agent. Module data module_begin  module_type generic_data  module_name NumberofLDAPClients  module_description AB Client Sessions  module_exec typeperf “\NTDS\LDAP Client Sessions” -sc 1...

System load average

Average load on CPU (per 5min). This is the average number of process running at the same time in the CPU. Module module_begin  module_name AvgLoad_5min  module_exec uptime | awk ‘{ print $11 }’ | tr -d “,”  module_type generic_data ...

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

X