From c7261bd4811a371312a43722b0ba41c5e6eedc1a Mon Sep 17 00:00:00 2001 From: Matthias Jentsch Date: Thu, 28 May 2015 15:37:01 +0200 Subject: [PATCH] Add missing columns for macro expansion refs #6392 --- modules/monitoring/application/controllers/HostsController.php | 2 ++ .../monitoring/application/controllers/ServicesController.php | 2 ++ 2 files changed, 4 insertions(+) diff --git a/modules/monitoring/application/controllers/HostsController.php b/modules/monitoring/application/controllers/HostsController.php index 20ae71e6b..961e08822 100644 --- a/modules/monitoring/application/controllers/HostsController.php +++ b/modules/monitoring/application/controllers/HostsController.php @@ -56,6 +56,7 @@ class Monitoring_HostsController extends Controller 'host_icon_image', 'host_icon_image_alt', 'host_name', + 'host_address', 'host_state', 'host_problem', 'host_handled', @@ -94,6 +95,7 @@ class Monitoring_HostsController extends Controller 'host_icon_image', 'host_icon_image_alt', 'host_name', + 'host_address', 'host_state', 'host_problem', 'host_handled', diff --git a/modules/monitoring/application/controllers/ServicesController.php b/modules/monitoring/application/controllers/ServicesController.php index 1a8ec9a58..097ee607b 100644 --- a/modules/monitoring/application/controllers/ServicesController.php +++ b/modules/monitoring/application/controllers/ServicesController.php @@ -53,6 +53,7 @@ class Monitoring_ServicesController extends Controller 'host_icon_image', 'host_icon_image_alt', 'host_name', + 'host_address', 'host_output', 'host_state', 'host_problem', @@ -100,6 +101,7 @@ class Monitoring_ServicesController extends Controller 'host_icon_image', 'host_icon_image_alt', 'host_name', + 'host_address', 'host_output', 'host_state', 'host_problem',