Don't select host_process_performance_data twice in the host detail view

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

View File

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