From d65aa39ebd862673d926ca94f337fa70d8108393 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Tue, 10 Mar 2015 13:33:17 +0100 Subject: [PATCH] Don't select host_modified_host_attributes in the service detail view The column host_modified_host_attributes 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 810b326d9..16cb64e0c 100644 --- a/modules/monitoring/library/Monitoring/Object/Service.php +++ b/modules/monitoring/library/Monitoring/Object/Service.php @@ -141,7 +141,6 @@ class Service extends MonitoredObject 'host_alias', 'host_active_checks_enabled', 'host_passive_checks_enabled', - 'host_modified_host_attributes', 'host', 'service', 'service_hard_state',