Monitoring LDAP - Could not bind to LDAP server
Posted: Thu Mar 05, 2020 2:14 pm
Hello,
We are currently monitoring LDAP connections using the 'LDAP Server' service check (check_xi_service_ldap) built into XI.
A couple of the domain controllers we are monitoring recently had Secure Signing enabled and that has caused the service checks to stop functioning. See command and response below:
That is the check we were originally using. It stopped working, so we tried changing the port to 3269 (Global Catalog check using SSL) but that doesn't work either. We know that authentication is working properly, so it's just the Nagios checks that need to be modified.
Are you aware of a way to monitor LDAP on a server that has Secure Signing enabled?
Thank you.
We are currently monitoring LDAP connections using the 'LDAP Server' service check (check_xi_service_ldap) built into XI.
A couple of the domain controllers we are monitoring recently had Secure Signing enabled and that has caused the service checks to stop functioning. See command and response below:
Code: Select all
/usr/local/nagios/libexec/check_ldap -H 10.x.x.x -b "OU=Service Accounts,DC=STATE,DC=STATE,DC=US" -D "CN=NagiosXI LDAP Check,OU=Service Accounts,DC=STATE,DC=STATE,DC=US" -P "ANYPASSWORD" -2 -p 3268
Could not bind to the LDAP serverAre you aware of a way to monitor LDAP on a server that has Secure Signing enabled?
Thank you.