From: Michael Friedrich Date: Mon, 15 Jun 2015 09:29:06 +0000 (+0200) Subject: Fix wrong check parameter in 'tcp' CheckCommand X-Git-Tag: v2.4.0~616 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4a27e4db61e1300939aeb4f4d930cd981a6090a7;p=icinga2 Fix wrong check parameter in 'tcp' CheckCommand refs #9147 --- diff --git a/itl/command-plugins.conf b/itl/command-plugins.conf index 2e414a8b1..cd2b32c34 100644 --- a/itl/command-plugins.conf +++ b/itl/command-plugins.conf @@ -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" = {