Projet

Général

Profil

Paste
Télécharger au format
Statistiques
| Branche: | Révision:

root / plugins / ssl @ 09b88141

# Date Auteur Commentaire
09b88141 2020-10-24 11:29 Lars Kruse

Improve documantion of many plugins

Specifically the configuration examples are now indented properly.

bba98f95 2020-09-06 16:19 Martin Schobert

ssl-certificate-expiry: Feature added: checking intermediate certs as well (#1088)

8713eb37 2020-03-25 23:23 Lars Kruse

Fix spelling mistakes in comments and descriptions

Thanks, codespell!

52144bc2 2020-02-05 18:54 Lars Kruse

ssl-certificate-expiry: remove hardcoded CA directory path

This should allow the plugin to be usable on all platforms.

292cfb95 2020-01-24 19:22 Lars Kruse

ssl-certificate-expiry: add support for FreeBSD's "date"

Thanks to oz42

Closes: #1038

0b4725d6 2019-10-03 11:28 Olivier Mehani

[ssl/ssl-certificate-expiry] Fix unset starttls parameter

Signed-off-by: Olivier Mehani <>

3aa213d4 2019-09-17 13:37 ruliane

Add support for StartTLS in ssl-certificate-expiry (#1018)

  • Add support for StartTLS in ssl-certificate-expiry

Added support for StartTLS in ssl-certificate-expiry
Use env.services foo.example.net_25_smtp to enable StartTLS on a SMTP server.

4e7c45fd 2019-09-02 17:07 RenWal

Fix typos in certificate_file_expiry

Typos broke the sample configuration

7fed3b97 2019-08-12 23:16 Lars Kruse

Fix multiple shellcheck issues

d6d5fa80 2019-07-30 21:13 Andreas Perhab

Added plugins for certificates

  • plugin to monitor certificiate lifetime
  • plugin to monitor letsencrypt certificate issue limit
7e995a02 2019-07-22 08:15 Olivier Mehani

squash! squash! [ssl-certificate-expiry] Add asynchronous update via cron

  • use find to detect only recent cache files
  • reduce cron periodicity to an hour
  • use variable instead of TMP file
793b75b9 2019-07-22 08:07 Olivier Mehani

squash! [ssl-certificate-expiry] Add asynchronous update via cron

revert local

59f057f8 2019-07-20 08:51 Olivier Mehani

[ssl-certificate-expiry] Add asynchronous update via cron

Also, cleanup the script to be better POSIX sh compatible, and add -u to
the shebang.

e7eb2886 2018-03-29 19:53 Lars Kruse

plugins ssl_ and ssl-certificate-expiry: various improvements

  • simplify date parsing: use "date" instead of awk's "mktime" (requires gawk)
  • simplify structure
  • use the same function (copy'n'paste) for both plugins

Closes: #893

81e19668 2017-07-22 23:19 Olivier Mehani

[ssl] Remove legacy ssl, and replacement ssl-certificate-expiry

Signed-off-by: Olivier Mehani <>

33239697 2017-06-21 07:32 Olivier Mehani

fixup! [multi-ssl] Backward compatibility with ssl_

21cc6fc4 2017-06-20 07:15 Olivier Mehani

[ssl-certificate-expiry] Rename from multi_ssl

Signed-off-by: Olivier Mehani <>

47ef2182 2017-06-20 07:14 Olivier Mehani

[multi-ssl] Backward compatibility with ssl_

Signed-off-by: Olivier Mehani <>

f31fe9a6 2017-06-16 07:09 Olivier Mehani

[multi-ssl] POSIX shell compatibility

Signed-off-by: Olivier Mehani <>

91fe427b 2017-06-16 06:46 Olivier Mehani

[ssl_/multi_ssl] More legible cert-parsing code

Signed-off-by: Olivier Mehani <>

a4c30808 2017-06-12 20:51 Olivier Mehani

[multi_ssl] New plugin showing multiple SSL Cert expiry in one graph

Signed-off-by: Olivier Mehani <>

eaf6c2d7 2017-02-23 09:31 dipohl

Category Tree: Reduce number of categories
mogilefs -> fs (mogilefs)
moodle -> cms (moodle)
openvz -> virtualization (openvz)
wowza -> streaming (wowza)
varnish -> webserver (varnish)
xbnbt -> torrent (xbnbt)

43e67ac7 2016-08-05 00:04 Olivier Mehani

[ssl_] Can't use colon in plugin names

Signed-off-by: Olivier Mehani <>

21dfe488 2016-08-04 23:22 Olivier Mehani

[ssl_] Allow to specify ports other than HTTPS

Signed-off-by: Olivier Mehani <>

f3917e15 2013-10-03 03:50 Simon Tennant

Support SNI in the certificate checking

plugin was checking the first vhost rather than the correct vhost's ssl certificate validity.

33cf24ad 2013-08-11 02:00 Simon Tennant

more sensible subdirectory name (ssl_certificates -> ssl)