1 Star2 Stars3 Stars4 Stars5 Stars (1 votes, average: 5.00 out of 5)
Loading...
:

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 |grep -v "ARTICA" | grep -v "Exiting" | tr -d " " | head -2 | cut -d "," -f2| tr -d """" | tail -1 
module_end
(Visited 323 times, 1 visits today)

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

X