From 73d98151c12658db4f7439c4e3479726daf6e81b Mon Sep 17 00:00:00 2001 From: Reto Zeder Date: Wed, 15 Jul 2015 16:39:33 +0200 Subject: [PATCH] Wrong parameter for CheckCommand ping-common-windows Signed-off-by: Jean-Marcel Flach fixes #9637 --- itl/command-plugins-windows.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/itl/command-plugins-windows.conf b/itl/command-plugins-windows.conf index 055c453a0..be16fbf9e 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" } - "-n" = { + "-p" = { value = "$ping_win_packets$" description = "Number of packages to send" }