Page 1 of 1

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

Posted: Fri Nov 02, 2018 9:09 am
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

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

Posted: Fri Nov 02, 2018 1:11 pm
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.