Improve documantion of many plugins
Specifically the configuration examples are now indented properly.
ssl-certificate-expiry: Feature added: checking intermediate certs as well (#1088)
Fix spelling mistakes in comments and descriptions
Thanks, codespell!
ssl-certificate-expiry: remove hardcoded CA directory path
This should allow the plugin to be usable on all platforms.
ssl-certificate-expiry: add support for FreeBSD's "date"
Thanks to oz42
Closes: #1038
[ssl/ssl-certificate-expiry] Fix unset starttls parameter
Signed-off-by: Olivier Mehani <shtrom@ssji.net>
Add support for StartTLS in ssl-certificate-expiry (#1018)
Added support for StartTLS in ssl-certificate-expiryUse env.services foo.example.net_25_smtp to enable StartTLS on a SMTP server.
Fix typos in certificate_file_expiry
Typos broke the sample configuration
Fix multiple shellcheck issues
Added plugins for certificates
squash! squash! [ssl-certificate-expiry] Add asynchronous update via cron
squash! [ssl-certificate-expiry] Add asynchronous update via cron
revert local
[ssl-certificate-expiry] Add asynchronous update via cron
Also, cleanup the script to be better POSIX sh compatible, and add -u tothe shebang.
plugins ssl_ and ssl-certificate-expiry: various improvements
Closes: #893
[ssl] Remove legacy ssl, and replacement ssl-certificate-expiry
fixup! [multi-ssl] Backward compatibility with ssl_
[ssl-certificate-expiry] Rename from multi_ssl
[multi-ssl] Backward compatibility with ssl_
[multi-ssl] POSIX shell compatibility
[ssl_/multi_ssl] More legible cert-parsing code
[multi_ssl] New plugin showing multiple SSL Cert expiry in one graph
Category Tree: Reduce number of categoriesmogilefs -> fs (mogilefs)moodle -> cms (moodle)openvz -> virtualization (openvz)wowza -> streaming (wowza)varnish -> webserver (varnish)xbnbt -> torrent (xbnbt)
[ssl_] Can't use colon in plugin names
[ssl_] Allow to specify ports other than HTTPS
Support SNI in the certificate checking
plugin was checking the first vhost rather than the correct vhost's ssl certificate validity.
more sensible subdirectory name (ssl_certificates -> ssl)