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 b3c8cef4e2
commit 2259024774
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"
}