From 8a1114bf654cfb2c3bf124da552124ba617685b8 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Wed, 26 Aug 2015 10:52:28 +0200 Subject: [PATCH] Host: Fetch the name of the instance the host belongs to refs #9945 --- modules/monitoring/library/Monitoring/Object/Host.php | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/monitoring/library/Monitoring/Object/Host.php b/modules/monitoring/library/Monitoring/Object/Host.php index 3bb10d77e..8a8c032b5 100644 --- a/modules/monitoring/library/Monitoring/Object/Host.php +++ b/modules/monitoring/library/Monitoring/Object/Host.php @@ -89,6 +89,7 @@ class Host extends MonitoredObject protected function getDataView() { $columns = array( + 'instance_name', 'host_icon_image', 'host_icon_image_alt', 'host_acknowledged',