mirror of https://github.com/Icinga/icinga2.git
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:
commit
90be8f9fb2
|
@ -340,6 +340,10 @@ object CheckCommand "ssl" {
|
|||
}
|
||||
}
|
||||
}}
|
||||
"-N" = {
|
||||
value = "$ssl_sni$"
|
||||
description = "Enable SSL/TLS hostname extension support (SNI)"
|
||||
}
|
||||
}
|
||||
|
||||
vars.ssl_address = "$check_address$"
|
||||
|
|
Loading…
Reference in New Issue