Page 1 of 1

LDAP Monitoring in Nagios with check_dxml_drvstate

Posted: Thu Nov 29, 2018 6:50 pm
by hoegh
Hi Team,

With reference to earlier thread with Subject "LDAP Monitoring in Nagios"
https://support.nagios.com/forum/viewto ... 76#p267434

Creating new thread for command check_dxml_drvstate.

Please help me to add monitoring of LDAP drivers uasing this nagios plugin check_dxml_drvstate.

Also Please refer the earlier thread "LDAP Monitoring in Nagios" which is still open, for details of possibilities we tried to get this done.

Thanks & regards
Vipin
Hoegh

Re: LDAP Monitoring in Nagios with check_dxml_drvstate

Posted: Fri Nov 30, 2018 3:52 pm
by cdienger
Assuming that the last command on the previous post is being used:
check_dxml_drvstate --server oslsec016 --username "nagioschecker" --password "***********" --driver "cn=Active Directory,cn=drivers,cn=driverSet_Stats,cn=IDM,cn=Monitor" --tree "LHC"
Driver Active Directory.drivers.driverSet_Stats.IDM.Monitor is STARTING...
The script runs:

dxcmd -user "nagioschecker" -password "password" -getstartoption "Active Directory.drivers.driverSet_Stats.IDM.Monitor"

Run this on the ldap server and let us know the results.