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:
parent
282b32b0e5
commit
0b4725d69d
1 changed files with 1 additions and 0 deletions
|
@ -132,6 +132,7 @@ main() {
|
|||
else
|
||||
host=$service
|
||||
port=443
|
||||
starttls=""
|
||||
fi
|
||||
fieldname="$(clean_fieldname "$service")"
|
||||
valid_days=$(print_expire_days "$host" "$port" "$starttls")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue