Search found 7 matches

by decp
Wed Jul 31, 2013 4:35 pm
Forum: Nagios XI
Topic: monitoring sites with SSL terminated on the LB
Replies: 11
Views: 2249

Re: monitoring sites with SSL terminated on the LB

would it matter if the website replies with an XML page when i view on a browser? https://www.foo.com/string_content the output on the browser looks like this: This XML file does not appear to have any style information associated with it. The document tree is shown below. -<response> <description/>...
by decp
Wed Jul 31, 2013 4:28 pm
Forum: Nagios XI
Topic: monitoring sites with SSL terminated on the LB
Replies: 11
Views: 2249

Re: monitoring sites with SSL terminated on the LB

abrist wrote:Is this website protected by any type of auth (even basic)?
No.
Is there a log somewhere that I can check? or some debug level I can turn on?
by decp
Wed Jul 31, 2013 4:03 pm
Forum: Nagios XI
Topic: monitoring sites with SSL terminated on the LB
Replies: 11
Views: 2249

Re: monitoring sites with SSL terminated on the LB

scottwilkerson wrote:can you run it like this

Code: Select all

check_http -s "string_to_check" -H www.foo.com -u "/foo/content" -S -p 443

same error - CRITICAL - Socket timeout after 10 seconds
but it works fine on nagios core 2.9, weird.
by decp
Tue Jul 30, 2013 3:36 pm
Forum: Nagios XI
Topic: monitoring sites with SSL terminated on the LB
Replies: 11
Views: 2249

Re: monitoring sites with SSL terminated on the LB

abrist wrote: Are you sure the web address is still http instead of https?

Code: Select all

check_http -s "string_to_check" -H https://www.foo.com -I 10.0.0.100 -u "/foo/content" -S -p 443
the site responds to both http and https if that's what you're asking?
by decp
Tue Jul 30, 2013 3:35 pm
Forum: Nagios XI
Topic: monitoring sites with SSL terminated on the LB
Replies: 11
Views: 2249

Re: monitoring sites with SSL terminated on the LB

i tried that: check_http -s "string_to_check" -H https://www.foo.com -I 10.0.0.100 -u "/foo/content" -S -p 443 and check_http -s "string_to_check" -H http://www.foo.com -I 10.0.0.100 -u "/foo/content" -S -p 443 check_http -s "string_to_check" www.foo...
by decp
Tue Jul 30, 2013 3:18 pm
Forum: Nagios XI
Topic: monitoring sites with SSL terminated on the LB
Replies: 11
Views: 2249

Re: monitoring sites with SSL terminated on the LB

btw, i'm using nagios xi.
but this works on nagios core 2.9
by decp
Tue Jul 30, 2013 3:07 pm
Forum: Nagios XI
Topic: monitoring sites with SSL terminated on the LB
Replies: 11
Views: 2249

monitoring sites with SSL terminated on the LB

Hi, I have a site that's currently SSL off-loaded to an F5 load balancer. This simple HTTP only check from CLI works fine: # check_http -s "string_to_check" -H http://www.foo.com -I 10.0.0.100 -u "/foo/content" But this HTTPs gives "CRITICAL - Socket timeout after 10 seconds...