]> granicus.if.org Git - icinga2/blobdiff - itl/command-plugins-windows.conf
Fix incorrect custom var names in the ITL
[icinga2] / 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" {