Search found 4 matches

by jmashburn
Mon Nov 04, 2019 5:23 pm
Forum: Nagios XI
Topic: Error when starting NCPA client on RHEL 7
Replies: 3
Views: 465

Re: Error when starting NCPA client on RHEL 7

What is the version of the NCPA agent that you installed on the RHEL 7 machine? ncpa-2.2.0-1.el7.x86_64 How did you install NCPA (by using Nagios repo or via RPM)? Nagios Repo, using https://repo.nagios.com/nagios/7/nagios-repo-7-4.el7.noarch.rpm Did you install it, while logged in a root user? Yes...
by jmashburn
Mon Nov 04, 2019 4:26 pm
Forum: Nagios XI
Topic: Error when starting NCPA client on RHEL 7
Replies: 3
Views: 465

Error when starting NCPA client on RHEL 7

I am trying to instal the NCPA client on a RHEL 7 machine, and after starting the service it acts like it has started but when checking the log, or looking at systemctl status ncpa_listener you see this: File "/root/ncpa/agent/ncpadaemon.py" line 358, in check_pid_writeable SystemExit: una...
by jmashburn
Thu Oct 24, 2019 10:21 am
Forum: Nagios XI
Topic: Not able to authenticate with check_ldap
Replies: 3
Views: 655

Re: Not able to authenticate with check_ldap

Yup that was it. I didn't think about the special character. Verified it works once escaped.
by jmashburn
Wed Oct 23, 2019 9:49 am
Forum: Nagios XI
Topic: Not able to authenticate with check_ldap
Replies: 3
Views: 655

Not able to authenticate with check_ldap

I am trying to set up Active Directory using a Windows DC, and it keeps failing to bind. When I run the this command: /usr/local/nagios/libexec/check_ldap -H somedc.domain.com -b "OU=Users,OU=IT Admins - NO GPOs,DC=****,DC=******,DC=com" -D "CN=admin,OU=Users,OU=IT Admins - NO GPOs,DC...