]> granicus.if.org Git - icinga2/commitdiff
ITL: Fix incorrect check_ping.exe parameter
authorChristian Harke <ch.harke@gmail.com>
Tue, 7 Jul 2015 13:42:47 +0000 (15:42 +0200)
committerMichael Friedrich <michael.friedrich@netways.de>
Tue, 7 Jul 2015 13:44:58 +0000 (15:44 +0200)
fixes #9463

itl/command-plugins-windows.conf

index be16fbf9e601157c48b3c387974924fee5a16c13..055c453a0615a036ca1d121f9550800ae6dcb808 100644 (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"
                }