Skip to content

Commit

Permalink
Don't select host_process_performance_data twice in the host detail view
Browse files Browse the repository at this point in the history
refs #8614
  • Loading branch information
lippserd committed Mar 11, 2015
1 parent 84f56f4 commit ef4970c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/monitoring/library/Monitoring/Object/Host.php
Expand Up @@ -128,8 +128,7 @@ protected function getDataView()
'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';
Expand Down

0 comments on commit ef4970c

Please sign in to comment.