Search found 3 matches
- Fri Nov 08, 2024 11:03 am
- Forum: Open Source Nagios Projects
- Topic: NCPA SSL Certificates
- Replies: 1
- Views: 4564
NCPA SSL Certificates
Hi, I am trying to configure the NCPA agent with SSL using third party certificates in ncpa.cfg This works fine on Windows: certificate = C:\Program Files\Nagios\NCPA\etc\mycert.crt,C:\Program Files\Nagios\NCPA\etc\mykey.key I cannot seem to get it working at all on Ubuntu server with: certificate =...
- Thu Apr 04, 2024 4:36 am
- Forum: Open Source Nagios Projects
- Topic: check_snmp timeout
- Replies: 2
- Views: 1835
Re: check_snmp timeout
--protocol needed to be the first argument
- Thu Apr 04, 2024 3:07 am
- Forum: Open Source Nagios Projects
- Topic: check_snmp timeout
- Replies: 2
- Views: 1835
check_snmp timeout
I'm hoping for some help with check_snmp. I can query an OID with snmpget: sudo -u nagios snmpget -v3 -u SNMPUSER -l authPriv -a SHA -A "AUTHPASS" -x AES -X "PRIVPASS" HOST.FQDN 1.3.6.1.2.1.2.2.1.8.818 This works... iso.3.6.1.2.1.2.2.1.8.818 = INTEGER: 1 When I try to use check_s...