Search found 3 matches

by aolay
Tue Mar 18, 2014 9:36 am
Forum: Nagios XI
Topic: nagios check_ldap fails for WebUI with Command Usage Error
Replies: 6
Views: 2017

Re: nagios check_ldap fails for WebUI with Command Usage Err

After doing some digging and trial and error I was able to resolve the issue. The default LDAP check does not work out of the box. I had to do two things... 1) I had to move the port switch (-p 3269) after the SSL switch (-S). When you generate using the template it puts the port before the switch a...
by aolay
Wed Mar 12, 2014 8:26 am
Forum: Nagios XI
Topic: nagios check_ldap fails for WebUI with Command Usage Error
Replies: 6
Views: 2017

Re: nagios check_ldap fails for WebUI with Command Usage Err

Mr. Reinhardt, I appreciate your response. You are correct...this is XI. When the service is created the command that is created is: check_xi_service_ldap!-b "DC=MYDOMAIN,DC=US,DC=MYCORP,DC=COM" -D "ADUSER@MYDOMAIN.US.MYCORP.COM" -P "MyPass" -p 3269 -3 -S Regards, -Tony
by aolay
Tue Mar 11, 2014 4:00 pm
Forum: Nagios XI
Topic: nagios check_ldap fails for WebUI with Command Usage Error
Replies: 6
Views: 2017

nagios check_ldap fails for WebUI with Command Usage Error

First off, not sure if this is the correct forum for such an issue, but here goes... We want to monitor an LDAP server... We step through the Monitoring Wizard -> LDAP Server configuration, answering the questions...the service returns with a Usage Error... "Usage: check_ldap -H <host> -b <base...