Merge pull request #5578 from mcktr/mcktr/fix/5577-doc-ssl-check-command

ITL: Re-Add ssl_sni attribute for check_tcp
This commit is contained in:
Michael Friedrich 2017-09-25 16:07:55 +02:00 committed by GitHub
commit 90be8f9fb2
1 changed files with 4 additions and 0 deletions

View File

@ -340,6 +340,10 @@ object CheckCommand "ssl" {
}
}
}}
"-N" = {
value = "$ssl_sni$"
description = "Enable SSL/TLS hostname extension support (SNI)"
}
}
vars.ssl_address = "$check_address$"