[Nagiosplug-devel] [nagios-plugins] Check ssl fingerprint (#9)

L. Alberto Giménez reply+i-5058053-ff92be3f2739c550786ed49c7cfe39147be5cc2d-1651316 at reply.github.com
Wed Jun 13 23:44:47 CEST 2012


Add support to check_http for checking fingerprint mismatch. Useful to be sure that after reinstalling a certificate (renewal), you ensure that you are monitoring the right certificate and didn't reinstall an old one by mystake.



You can merge this Pull Request by running:

  git pull https://github.com/agimenez/nagios-plugins check-ssl-fingerprint

Or you can view, comment on it, or merge it online at:

  https://github.com/nagios-plugins/nagios-plugins/pull/9

-- Commit Summary --

* Refactor out the certificate expiration code
* Make check_cert_fingerprint work
* Merge status from ssl cert subchecks
* Fix freeing invalid pointer.
* Fix check output format
* Write tests for certificate fingerprint validation

-- File Changes --

M plugins/check_http.c (21)
M plugins/check_smtp.c (2)
M plugins/check_tcp.c (2)
M plugins/netutils.h (2)
M plugins/sslutils.c (250)
M plugins/tests/check_http.t (37)
M plugins/utils.c (25)
M plugins/utils.h (2)

-- Patch Links --

  https://github.com/nagios-plugins/nagios-plugins/pull/9.patch
  https://github.com/nagios-plugins/nagios-plugins/pull/9.diff

---
Reply to this email directly or view it on GitHub:
https://github.com/nagios-plugins/nagios-plugins/pull/9




More information about the Devel mailing list