From 4e7c45fdc99e854458c04cb7260bc5a86068482c Mon Sep 17 00:00:00 2001 From: RenWal Date: Mon, 2 Sep 2019 11:34:39 +0200 Subject: [PATCH] Fix typos in certificate_file_expiry Typos broke the sample configuration --- plugins/ssl/certificate_file_expiry | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/ssl/certificate_file_expiry b/plugins/ssl/certificate_file_expiry index ef20deb0..741c9212 100755 --- a/plugins/ssl/certificate_file_expiry +++ b/plugins/ssl/certificate_file_expiry @@ -2,24 +2,24 @@ : << =cut =head1 NAME -certficate_file_expiry - check the certificate validity of your certfificates +certificate_file_expiry - check the certificate validity of your certificates = head1 CONFIGURATION Installing: Add list of your certificates prefixed by the type in munin plugin-conf.d For openvpn ca.crt and crl.pem -[certficate_file_expiry] +[certificate_file_expiry] user root env.CERTS crl:/etc/openvpn/easy-rsa/keys/crl.pem x509:/etc/openvpn/easy-rsa/keys/ca.crt For letsencrypt certficates -[certficate_file_expiry] +[certificate_file_expiry] user root env.CERTS x509:/etc/letsencrypt/live/domain1.example.com/cert.pem x509:/etc/letsencrypt/live/domain2.example.com/cert.pem Warning and Critical levels can also be configured with env variables like this -[certficate_file_expiry] +[certificate_file_expiry] ... # warn when certificate will be invalid within 5 days env.warning 5: