2
0
mirror of https://github.com/munin-monitoring/contrib.git synced 2018-11-08 00:59:34 +01:00

fixup! [multi-ssl] Backward compatibility with ssl_

This commit is contained in:
Olivier Mehani 2017-06-21 21:32:48 +10:00
parent 21cc6fc458
commit 332396976b

View File

@ -10,7 +10,7 @@ multi_ssl - Plugin to monitor CERTificate expiration on multiple services and po
=head1 CONFIGURATION
[multi_ssl]
env.services www.service.tld blah.example.net:PORT
env.services www.service.tld blah.example.net_PORT
To set warning and critical levels do like this:
@ -20,7 +20,7 @@ To set warning and critical levels do like this:
Alternatively, if you want to monitor hosts separately, you can create multiple symlinks named as follows.
multi_ssl_HOST:PORT
multi_ssl_HOST_PORT
For example:
@ -82,6 +82,7 @@ get_expire()
PORT=443
fi
if echo "$SITE" | grep -q ':'; then
# Wrap IPv6 addresses in square brackets
SITE="[${SITE}]"
fi