From: Christian Harke Date: Tue, 7 Jul 2015 13:42:47 +0000 (+0200) Subject: ITL: Fix incorrect check_ping.exe parameter X-Git-Tag: v2.4.0~534 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ebb6efe1c5e2f0d4a6676cebf47a4ec72dd26c06;p=icinga2 ITL: Fix incorrect check_ping.exe parameter fixes #9463 --- diff --git a/itl/command-plugins-windows.conf b/itl/command-plugins-windows.conf index be16fbf9e..055c453a0 100644 --- a/itl/command-plugins-windows.conf +++ b/itl/command-plugins-windows.conf @@ -156,7 +156,7 @@ template CheckCommand "ping-common-windows" { value = "$ping_win_crta$,$ping_win_cpl$%" description = "Warning threshold: RTA and package loss seperated by comma" } - "-p" = { + "-n" = { value = "$ping_win_packets$" description = "Number of packages to send" }