From 37d09511c630e6217e9b4ba3e986ac49db401b67 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Wed, 11 Mar 2015 13:07:33 +0100 Subject: [PATCH] Don't select host_modified_host_attributes in the host detail view The column host_modified_host_attributes is not used in the host detail view. refs #8614 --- modules/monitoring/library/Monitoring/Object/Host.php | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/monitoring/library/Monitoring/Object/Host.php b/modules/monitoring/library/Monitoring/Object/Host.php index 273c65eae..93db2b815 100644 --- a/modules/monitoring/library/Monitoring/Object/Host.php +++ b/modules/monitoring/library/Monitoring/Object/Host.php @@ -128,7 +128,6 @@ class Host extends MonitoredObject 'host_is_flapping', 'host_action_url', 'host_notes_url', - 'host_modified_host_attributes', 'host_problem', 'host_process_performance_data', 'process_perfdata' => 'host_process_performance_data'