mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 02:51:03 +00:00
[ssl/ssl-certificate-expiry] Fix unset starttls parameter
Signed-off-by: Olivier Mehani <shtrom@ssji.net>
This commit is contained in:
parent
282b32b0e5
commit
0b4725d69d
1 changed files with 1 additions and 0 deletions
|
@ -132,6 +132,7 @@ main() {
|
||||||
else
|
else
|
||||||
host=$service
|
host=$service
|
||||||
port=443
|
port=443
|
||||||
|
starttls=""
|
||||||
fi
|
fi
|
||||||
fieldname="$(clean_fieldname "$service")"
|
fieldname="$(clean_fieldname "$service")"
|
||||||
valid_days=$(print_expire_days "$host" "$port" "$starttls")
|
valid_days=$(print_expire_days "$host" "$port" "$starttls")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue