Sorry for the delay, I neglected to enable notifications.
The logs are written to syslog, which I have filtered off into /var/log/nrpe/nrpe.log
Search found 2 matches
- Sun Sep 01, 2024 12:30 pm
- Forum: Open Source Nagios Projects
- Topic: Checking NRPE certificate expiry without flooding logs
- Replies: 2
- Views: 5693
- Mon Aug 19, 2024 9:35 am
- Forum: Open Source Nagios Projects
- Topic: Checking NRPE certificate expiry without flooding logs
- Replies: 2
- Views: 5693
Checking NRPE certificate expiry without flooding logs
For a while I've been using check_http to check the expiry of the TLS certificate and general health of my NRPE daemon with the command: /usr/lib/nagios/plugins/check_http --ssl -H '$HOSTADDRESS$' -I '$HOSTADDRESS$' -p 5666 -C 30,7 This largely works fine, although has the mildly annoying side effec...