check_http: Invalid option - SSL is not available

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
electronico
Posts: 3
Joined: Mon Apr 23, 2012 3:22 pm

check_http: Invalid option - SSL is not available

Post by electronico »

Hi,

I have a problem whit service http. I can see the following "check_http: Invalid option - SSL is not available" in the Status information column.

how can I solve?

Thanks.
User avatar
jsmurphy
Posts: 989
Joined: Wed Aug 18, 2010 9:46 pm

Re: check_http: Invalid option - SSL is not available

Post by jsmurphy »

To fix either remove the -S flag (which tells it to use https instead of http) or ensure that before you compile the nagios plugins ensure that openssl is installed first .
Locked