Build precise queries to find exactly what you need
Press ESC to close
Nagios World Conference 2026: Sept. 14-17 in St. Paul, MN | Learn More
Thanks for an excellent Nagios plugin! We use this to check certificate validity and expiration with the following command:
define command{ command_name check_ssl_cert command_line /etc/nagios-plugins/local-bin/check_ssl_cert -H ‘$HOSTADDRESS$’ -c 60 -r /etc/ssl/certs/ -n ‘$HOSTADDRESS$’ }
Works great, even with wildcard SSL certs. Thanks!
Dane