Web Interface (https) monitoring via Nagios Core

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
Sundar
Posts: 35
Joined: Tue Nov 24, 2015 5:41 am

Web Interface (https) monitoring via Nagios Core

Post by Sundar »

Dear Forum,

Please advise if there's any plugin to monitor https Interface (Inbound & Outbound Interfaces) using Nagios Core and which are the metrics the plugin can monitor. Also, any configuration related documentation around it. Thanks

Regards,
Sundar
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: Web Interface (https) monitoring via Nagios Core

Post by tmcdonald »

Our standard check_http plugin will check if an HTTPS interface is up, but it will not be able to tell you anything about the traffic in and out of that port. Is that what you are looking for?
Former Nagios employee
Sundar
Posts: 35
Joined: Tue Nov 24, 2015 5:41 am

Re: Web Interface (https) monitoring via Nagios Core

Post by Sundar »

Yes. I could see check_http & check_https, is there any difference between these plugins?

Do they just monitor the URL (interface) availability?

Could you please share any details on how to get it configured? Thanks

Rgds,
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: Web Interface (https) monitoring via Nagios Core

Post by rkennedy »

When you mention interface, what are you referring to?

Where are you seeing the check_https plugin?

Check_http is fairly easy to use, you can see all of the configurable options by running it with the -h parameter. Here's an example that will check https://google.com (-S flag) -

Code: Select all

[root@localhost libexec]# ./check_http -H google.com -S -f follow
HTTP OK: HTTP/1.1 200 OK - 154680 bytes in 0.664 second response time |time=0.664228s;;;0.000000 size=154680B;;;0
Former Nagios Employee
Locked