From 9dc6e65e5f1643298ba71ffe4cd1f12d5afa58fa Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Tue, 10 Mar 2015 13:05:39 +0100 Subject: [PATCH] Don't select host_output column in the service detail view The column host_output is not used in the service detail view refs #8614 --- modules/monitoring/library/Monitoring/Object/Service.php | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/monitoring/library/Monitoring/Object/Service.php b/modules/monitoring/library/Monitoring/Object/Service.php index 45278e79e..99867a09f 100644 --- a/modules/monitoring/library/Monitoring/Object/Service.php +++ b/modules/monitoring/library/Monitoring/Object/Service.php @@ -135,7 +135,6 @@ class Service extends MonitoredObject 'service_check_source', 'service_current_notification_number', 'host_acknowledged', - 'host_output', 'host_long_output', 'host_in_downtime', 'host_is_flapping',