Search found 5 matches

by manokiss
Mon Oct 20, 2014 9:56 am
Forum: Open Source Nagios Projects
Topic: After POODLE changes in server https and ssmtp is failing
Replies: 8
Views: 4219

Re: After POODLE changes in server https and ssmtp is failin

just noticed i had outdated plugins...updated it and is working now for https....now im looking for ssmtp.

Thanx!
by manokiss
Mon Oct 20, 2014 9:46 am
Forum: Open Source Nagios Projects
Topic: After POODLE changes in server https and ssmtp is failing
Replies: 8
Views: 4219

Re: After POODLE changes in server https and ssmtp is failin

Both are giving me error :-( Thanx! [root@]# ./check_http -H hostname --ssl=1 ./check_http: option '--ssl' doesn't allow an argument Usage: check_http -H <vhost> | -I <IP-address> [-u <uri>] [-p <port>] [-w <warn time>] [-c <critical time>] [-t <timeout>] [-L] [-a auth] [-b proxy_auth] [-f <ok|warni...
by manokiss
Mon Oct 20, 2014 9:28 am
Forum: Open Source Nagios Projects
Topic: After POODLE changes in server https and ssmtp is failing
Replies: 8
Views: 4219

Re: After POODLE changes in server https and ssmtp is failin

tested with:

./check_http -H hostname --ssl TLSv1

keeps getting connection refused

Thanx!
by manokiss
Mon Oct 20, 2014 9:11 am
Forum: Open Source Nagios Projects
Topic: After POODLE changes in server https and ssmtp is failing
Replies: 8
Views: 4219

Re: After POODLE changes in server https and ssmtp is failin

Thanx for the reply, unfortunately using that option im getting:

./check_http: option '--ssl' doesn't allow an argument
by manokiss
Sun Oct 19, 2014 8:52 am
Forum: Open Source Nagios Projects
Topic: After POODLE changes in server https and ssmtp is failing
Replies: 8
Views: 4219

After POODLE changes in server https and ssmtp is failing

Hi there. Recently we have made the changes in apache and also in our smtp server to disable sslv3 since then nagios monitoring these services are failing, have someone a correct command to test smtp with tls and https without sslv3? Sounds like nagios is expecting for sslv3 to test this services. I...