Monitor HTTPS site - Response Connection Refused

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
heritages
Posts: 58
Joined: Thu Jan 16, 2014 11:55 am

Re: Monitor HTTPS site - Response Connection Refused

Post by heritages »

That worked.

With -s "Date"
COMMAND: /usr/local/nagios/libexec/check_http -H goddardb2b.domtar.com -s "Date" -f ok -I 172.20.2.15 -u "/invoke/wm.server/ping" -S --ssl=3 -p 1243
OUTPUT: HTTP CRITICAL: HTTP/1.1 200 OK - string 'Date' not found on 'https://goddardb2b.domtar.com:1243/invo ... erver/ping' - 327 bytes in 0.176 second response time |time=0.176409s;;;0.000000 size=327B;;;0

With -s "date"
COMMAND: /usr/local/nagios/libexec/check_http -H goddardb2b.domtar.com -s "date" -f ok -I 172.20.2.15 -u "/invoke/wm.server/ping" -S --ssl=3 -p 1243
OUTPUT: HTTP OK: HTTP/1.1 200 OK - 327 bytes in 0.166 second response time |time=0.166009s;;;0.000000 size=327B;;;0

Thank you so much for your assistance. Issues resolved.
Locked