monitoring-plugins / monitoring-plugins

Monitoring Plugins
https://www.monitoring-plugins.org
GNU General Public License v3.0
481 stars 283 forks source link

check_tcp: Implement STARTTLS logic #1282

Open waja opened 10 years ago

waja commented 10 years ago

Right from https://github.com/monitoring-plugins/monitoring-plugins/pull/1195#issuecomment-33554590:

I noticed is that for straight up SSL services, check_http certificate check works! Makes me think the check should actually be implemented in check_tcp for all SSL protocols.

Then once we get there, what prevent us form adding just the required logic in check_tcp to implement the STARTTLS certificate checks for every other STARTTLS-cabaple protocol?

waja commented 10 years ago

check_ldap: #1195 and #1067