https URL monitoring

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
avijit_bhardwaj
Posts: 17
Joined: Wed Feb 25, 2015 11:56 pm

https URL monitoring

Post by avijit_bhardwaj »

Hi,
I am using the default website URL monitoring plugin for http URL. Wanted to check how can I monitor https URL. Can this default plugin be used for https as well?

XI version: Nagios XI 2014R2.7
User avatar
hsmith
Agent Smith
Posts: 3539
Joined: Thu Jul 30, 2015 11:09 am
Location: 127.0.0.1
Contact:

Re: https URL monitoring

Post by hsmith »

avijit_bhardwaj wrote:Hi,
I am using the default website URL monitoring plugin for http URL. Wanted to check how can I monitor https URL. Can this default plugin be used for https as well?

XI version: Nagios XI 2014R2.7
Have you tried the -S option?

Code: Select all

/usr/local/nagios/libexec/check_http -H www.somewebsite.com -S

Code: Select all

 -S, --ssl=VERSION
    Connect via SSL. Port defaults to 443. VERSION is optional, and prevents
    auto-negotiation (1 = TLSv1, 2 = SSLv2, 3 = SSLv3).
Former Nagios Employee.
me.
Locked