]> 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 08:17:03 +0000 (10:17 +0200)
fixes #9258

itl/command-plugins-windows.conf

index 4206585551275230a85bf29ae0eca6e81e1629fe..af4da340dd560c07129e2a6cfbf93b12f1e9e6e7 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" {