From 2d3fec9a42f5362b525912aa5f844f56f5dc7344 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Tue, 10 Mar 2015 09:57:51 +0100 Subject: [PATCH] Do not select host_state_type in the service detail view The column host_state_type 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 774511ae3..69717a9ea 100644 --- a/modules/monitoring/library/Monitoring/Object/Service.php +++ b/modules/monitoring/library/Monitoring/Object/Service.php @@ -109,7 +109,6 @@ class Service extends MonitoredObject 'host_name', 'host_display_name', 'host_state', - 'host_state_type', 'host_last_state_change', 'host_address', 'host_problem',