I installed the latest version I found, 2.2.0 but it did not help.
I got fed up trying to find the solution and just used 14.04 again of Ubuntu.
Thanks anyway
Search found 5 matches
- Thu Dec 19, 2019 11:05 am
- Forum: Open Source Nagios Projects
- Topic: NCPA Passive Checks SSL issue
- Replies: 2
- Views: 904
- Wed Dec 18, 2019 3:47 pm
- Forum: Open Source Nagios Projects
- Topic: NCPA Passive Checks SSL issue
- Replies: 2
- Views: 904
NCPA Passive Checks SSL issue
Hello, I have core version 4.4.5 installed. For any of my windows servers, I get the error below for monitoring windows servers using NCPA 1.8.1 UNKNOWN: An error occured connecting to API. (Connection error: '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:727)') This error shows...
- Tue Mar 03, 2015 3:51 pm
- Forum: Open Source Nagios Projects
- Topic: Check_NCPA.PY
- Replies: 4
- Views: 2505
Re: Check_NCPA.PY
Thank you that worked.
Brian
Brian
- Tue Mar 03, 2015 2:11 pm
- Forum: Open Source Nagios Projects
- Topic: Check_NCPA.PY
- Replies: 4
- Views: 2505
Re: Check_NCPA.PY
The code is
The response I get is:
CRITICAL: Service wuauserv is running
The wuauserv is the windows update service.
Brian
Code: Select all
./check_ncpa.py -H xxx -t xxx -M service/wuauservCRITICAL: Service wuauserv is running
The wuauserv is the windows update service.
Brian
- Fri Feb 27, 2015 3:20 pm
- Forum: Open Source Nagios Projects
- Topic: Check_NCPA.PY
- Replies: 4
- Views: 2505
Check_NCPA.PY
Hello, I am new to nagios core (4.0.8) and I have following several forums to get it working on Ubuntu 14.04. I am using Check_ncpa.py to actively monitor a few servers for testing and I was able to get it to work. The only issue I have is monitoring MS windows services. The service always shows as ...