From ef85a1561722d6eb198770a1fb6e5b330753a5a3 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Wed, 13 May 2015 08:09:31 +0200 Subject: [PATCH] Fix incorrect custom var names in the ITL fixes #9258 --- itl/command-plugins-windows.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/itl/command-plugins-windows.conf b/itl/command-plugins-windows.conf index 420658555..af4da340d 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" { -- 2.40.0