]> 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:44 +0000 (11:29 +0200)
refs #9147

itl/command-plugins.conf

index 2e414a8b140c321031619b4010b5610e59881b0c..cd2b32c34f3812c2ed319c37f1bd71a4eef1d88e 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" = {