1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 18:41:03 +00:00

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

Signed-off-by: Olivier Mehani <shtrom@ssji.net>
This commit is contained in:
Olivier Mehani 2019-09-29 23:35:14 +10:00 committed by Lars Kruse
parent 282b32b0e5
commit 0b4725d69d

View file

@ -132,6 +132,7 @@ main() {
else
host=$service
port=443
starttls=""
fi
fieldname="$(clean_fieldname "$service")"
valid_days=$(print_expire_days "$host" "$port" "$starttls")