Don't select host_process_performance_data twice in the host detail view
refs #8614
This commit is contained in:
parent
84f56f4e51
commit
ef4970c0c1
|
@ -128,8 +128,7 @@ class Host extends MonitoredObject
|
|||
'host_is_flapping',
|
||||
'host_action_url',
|
||||
'host_notes_url',
|
||||
'host_process_performance_data',
|
||||
'process_perfdata' => 'host_process_performance_data'
|
||||
'host_process_perfdata' => 'host_process_performance_data'
|
||||
);
|
||||
if ($this->backend->getType() === 'livestatus') {
|
||||
$columns[] = 'host_contacts';
|
||||
|
|
Loading…
Reference in New Issue