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.