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.3.6~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=225902477473801b69dd4abf106b4394a17e8140;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" }