ITL: Fix incorrect check_ping.exe parameter

fixes #9463
This commit is contained in:
Christian Harke 2015-07-07 15:42:47 +02:00 committed by Michael Friedrich
parent a98d2f585d
commit ebb6efe1c5
1 changed files with 1 additions and 1 deletions

View File

@ -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"
}