mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-23 21:55:03 +02:00
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$"
|
vars.ssl_address = "$check_address$"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user