]> granicus.if.org Git - icinga2/commitdiff
Fix incorrect custom var names in the ITL
authorGunnar Beutner <gunnar@beutner.name>
Wed, 13 May 2015 06:09:31 +0000 (08:09 +0200)
committerGunnar Beutner <gunnar@beutner.name>
Wed, 13 May 2015 06:09:53 +0000 (08:09 +0200)
fixes #9258

itl/command-plugins-windows.conf

index 54243ac005ac4e4fa8743f8660fc7e7a9d87fcfe..be16fbf9e601157c48b3c387974924fee5a16c13 100644 (file)
@@ -183,7 +183,7 @@ object CheckCommand "ping4-windows" {
 
        command += [ "-4" ]
 
-       vars.ping_address = "$address$"
+       vars.ping_win_address = "$address$"
 }
 
 object CheckCommand "ping6-windows" {
@@ -191,7 +191,7 @@ object CheckCommand "ping6-windows" {
 
        command += [ "-6" ]
 
-       vars.ping_address = "$address6$"
+       vars.ping_win_address = "$address6$"
 }
 
 object CheckCommand "procs-windows" {