Search found 4 matches

by elembivos
Fri Nov 22, 2019 3:58 pm
Forum: Open Source Nagios Projects
Topic: check_http: Invalid option - SSL is not available
Replies: 7
Views: 1369

Re: check_http: Invalid option - SSL is not available

There's the problem, it looks like the plugin you have in /usr/local/nagios/libexec wasn't compiled with SSL support You can confirm by running what nagios is attempting to run /usr/local/nagios/libexec/check_http -p 443 -H domainname.com -C 28,14 If you would like you could just replace the /usr/l...
by elembivos
Fri Nov 22, 2019 3:26 pm
Forum: Open Source Nagios Projects
Topic: check_http: Invalid option - SSL is not available
Replies: 7
Views: 1369

Re: check_http: Invalid option - SSL is not available

locate check_http:
/usr/lib/nagios/plugins/check_http
/usr/local/nagios/libexec/check_http

resources.cfg :
$USER1$=/usr/local/nagios/libexec
by elembivos
Fri Nov 22, 2019 3:01 pm
Forum: Open Source Nagios Projects
Topic: check_http: Invalid option - SSL is not available
Replies: 7
Views: 1369

Re: check_http: Invalid option - SSL is not available

Hello thank you for your reply! define service { use generic-service host_name privatedomainname.com service_description SSL_Check check_command check_http! -p 443 -H privatedomainname.com -C 30,14 } define command { command_name check_http command_line $USER1$/check_http -I $HOSTADDRESS$ $ARG1$ }
by elembivos
Fri Nov 22, 2019 1:17 pm
Forum: Open Source Nagios Projects
Topic: check_http: Invalid option - SSL is not available
Replies: 7
Views: 1369

check_http: Invalid option - SSL is not available

Checking for certificate expiration of AWS hosts, but Core 4.4.0 responds with check_http: Invalid option - SSL is not available. Can you help in resolving this? Nagios CLI: /usr/lib/nagios/plugins/check_http -p 443 -H domainname.com -C 28,14 OK - Certificate '*.*' will expire on Feb 2020 02:05:00 P...