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