]> granicus.if.org Git - icinga2/commitdiff
Fix wrong check parameter in 'tcp' CheckCommand
authorMichael Friedrich <michael.friedrich@netways.de>
Mon, 15 Jun 2015 09:29:06 +0000 (11:29 +0200)
committerMichael Friedrich <michael.friedrich@netways.de>
Mon, 15 Jun 2015 09:29:56 +0000 (11:29 +0200)
refs #9147

itl/command-plugins.conf

index 94aab7dbcc773b3fb5dd5c7b2860af405a434a85..ea82d8535fdda8b26134a4dd9947de2e4203b2a0 100644 (file)
@@ -174,7 +174,7 @@ object CheckCommand "tcp" {
                        description = "The TCP port number."
                }
                "-e" = {
-                       value = "$ftp_expect$"
+                       value = "$tcp_expect$"
                        description = "String to expect in server response (may be repeated)."
                }
                "-A" = {