]> granicus.if.org Git - icinga2/commitdiff
Wrong parameter for CheckCommand ping-common-windows
authorReto Zeder <reto.zeder@arcade.ch>
Wed, 15 Jul 2015 14:39:33 +0000 (16:39 +0200)
committerMichael Friedrich <michael.friedrich@netways.de>
Mon, 20 Jul 2015 11:19:21 +0000 (13:19 +0200)
Signed-off-by: Jean-Marcel Flach <jean-marcel.flach@netways.de>
fixes #9637

itl/command-plugins-windows.conf

index 055c453a0615a036ca1d121f9550800ae6dcb808..be16fbf9e601157c48b3c387974924fee5a16c13 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"
                }
-               "-n" = {
+               "-p" = {
                        value = "$ping_win_packets$"
                        description = "Number of packages to send"
                }