Don't select host_problem in the host detail view

The column host_problem is not used in the host detail view.

refs #8614
This commit is contained in:
Eric Lippmann 2015-03-11 13:08:11 +01:00
parent 37d09511c6
commit 84f56f4e51
1 changed files with 0 additions and 1 deletions

View File

@ -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'
);