From: Gunnar Beutner Date: Wed, 13 May 2015 06:09:31 +0000 (+0200) Subject: Fix incorrect custom var names in the ITL X-Git-Tag: v2.4.0~660 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8612384dead40b85f7bbf69c4abf30a9a6de920a;p=icinga2 Fix incorrect custom var names in the ITL fixes #9258 --- diff --git a/itl/command-plugins-windows.conf b/itl/command-plugins-windows.conf index 54243ac00..be16fbf9e 100644 --- a/itl/command-plugins-windows.conf +++ b/itl/command-plugins-windows.conf @@ -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" {