From 84f56f4e5185feabb77680c41e8e5a356dd913ed Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Wed, 11 Mar 2015 13:08:11 +0100 Subject: [PATCH] Don't select host_problem in the host detail view The column host_problem 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 93db2b815..502be01a1 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_problem', 'host_process_performance_data', 'process_perfdata' => 'host_process_performance_data' );