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:
parent
37d09511c6
commit
84f56f4e51
|
@ -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'
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue