searchlight icon indicating copy to clipboard operation
searchlight copied to clipboard

Check various aspects of a certificate

Open tamalsaha opened this issue 7 years ago • 2 comments

  • Alg.
  • SANS list

https://www.monitoring-plugins.org/doc/man/check_http.html

tamalsaha avatar Mar 15 '18 07:03 tamalsaha

icinga has built-in solution for this: https://www.icinga.com/docs/icinga2/latest/doc/10-icinga-template-library/#http

it should be the same plugin.

l13t avatar May 03 '18 16:05 l13t

Currently we implement icinga plugins that can read the data from a Kubernetes secret or secrets and perform these checks.

We can work towards bringing parity to icinga's built-in plugin but this has to be reimplemented in some way https://github.com/appscode/searchlight/blob/master/plugins/check_cert/lib.go#L203

tamalsaha avatar May 03 '18 17:05 tamalsaha