]> granicus.if.org Git - icinga2/commitdiff
ITL: Re-Add ssl_sni attribute for check_tcp 5578/head
authorMichael <mcktr55@gmail.com>
Fri, 22 Sep 2017 15:58:57 +0000 (17:58 +0200)
committerMichael <mcktr55@gmail.com>
Fri, 22 Sep 2017 15:58:57 +0000 (17:58 +0200)
itl/command-plugins.conf

index 5cc83db409dbe2bd5f2c77868e8d5f27191b59c6..2f5823e15eb4a489b84326d258439caf27df2725 100644 (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$"