Search found 4 matches
- Wed Dec 08, 2010 4:37 pm
- Forum: Open Source Nagios Projects
- Topic: check_http: Invalid option -SSL is not available
- Replies: 6
- Views: 4221
Re: check_http: Invalid option -SSL is not available
I was following this instructions how to install nagios http://www.unixmen.com/linux-tutorials/151-how-to-install-nagios-in-rhel-centos-fedora http://www.unixmen.com/linux-tutorials/285-add-linux-host-to-nagios-server Sorry for being a nub. It looks like, going back through the instructions, it left...
- Wed Dec 08, 2010 12:37 pm
- Forum: Open Source Nagios Projects
- Topic: check_http: Invalid option -SSL is not available
- Replies: 6
- Views: 4221
Re: check_http: Invalid option -SSL is not available
I'm pretty sure that I've installed openssl and it verified that openssl-0.9.8e-12.e15_4.6.x86_64 and openssl-0.9.8e-12.e15_4.6.i686 are installed. I've got: /usr/bin/openssl /usr/lib/openssl /usr/lib64/openssl /usr/local/ssl I've ran this command ./config --prefix=/usr/local --openssldir=/usr/local...
- Wed Dec 08, 2010 11:11 am
- Forum: Open Source Nagios Projects
- Topic: check_http: Invalid option -SSL is not available
- Replies: 6
- Views: 4221
Re: check_http: Invalid option -SSL is not available
Sorry, my fault.
This is what I meant. Thx.
Code: Select all
/usr/local/nagios/libexec/check_http -H 'server_ip' -S -p 'port#'- Mon Dec 06, 2010 1:32 pm
- Forum: Open Source Nagios Projects
- Topic: check_http: Invalid option -SSL is not available
- Replies: 6
- Views: 4221
check_http: Invalid option -SSL is not available
Has anyone seen this error message before "check_http: Invalid option -SSL is not available"? I get this when I run this command. /usr/local/nagios/libexec/check_http -H 'server_ip' -H -S -p 'port#' I'm pretty sure I've installed openssl - I think. Could you let me know if you've come acro...