From 2cbeab55daa51c65a5da1a43145fc43620638eeb Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Tue, 10 Mar 2015 13:31:32 +0100 Subject: [PATCH] Don't select host_last_hard_state* in the service detail view The columns host_last_hard_state and host_last_hard_state_change are not used in the service detail view. refs #8614 --- modules/monitoring/library/Monitoring/Object/Service.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/monitoring/library/Monitoring/Object/Service.php b/modules/monitoring/library/Monitoring/Object/Service.php index e2c3fe801..88a62294b 100644 --- a/modules/monitoring/library/Monitoring/Object/Service.php +++ b/modules/monitoring/library/Monitoring/Object/Service.php @@ -141,8 +141,6 @@ class Service extends MonitoredObject 'host_alias', 'host_active_checks_enabled', 'host_passive_checks_enabled', - 'host_last_hard_state', - 'host_last_hard_state_change', 'host_last_time_up', 'host_last_time_down', 'host_last_time_unreachable',