How to monitor the TLS/ SSL version on the servers?

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
rohithroki
Posts: 138
Joined: Mon Nov 30, 2015 6:12 am

How to monitor the TLS/ SSL version on the servers?

Post by rohithroki »

Hi Team,

We need to monitor the TLS/ SSL version on the windows servers.

I have tried with the check_http plugin ,but it's not showing the exact results.

Code: Select all

[root@xxxx libexec]# ./check_http -H <IPAddress> --ssl=1.2
HTTP OK: HTTP/1.1 302 Found - 431 bytes in 0.145 second response time |time=0.144671s;;;0.000000 size=431B;;;0
Please guide the exact plugin with the command.

Regards,
Simbu
npolovenko
Support Tech
Posts: 3457
Joined: Mon May 15, 2017 5:00 pm

Re: How to monitor the TLS/ SSL version on the servers?

Post by npolovenko »

Hello, @rohithroki. So far I've only used check_http to check the SSL cert expiration. You can check this tutorial for examples:
https://www.linuxincluded.com/monitor-f ... th-nagios/

Otherwise, you can find all the TLS&SSL plugins that we have on the exchange:
If you find the one you like let me know and I'll help you come up with the command.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Locked