Skip to content

Commit

Permalink
Don't select service_process_performance_data twice in the service de…
Browse files Browse the repository at this point in the history
…tail view

refs #8614
  • Loading branch information
lippserd committed Mar 10, 2015
1 parent e0acebf commit fcb94af
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/monitoring/library/Monitoring/Object/Service.php
Expand Up @@ -154,8 +154,7 @@ protected function getDataView()
'service_event_handler_enabled_changed',
'service_flap_detection_enabled',
'service_flap_detection_enabled_changed',
'service_process_performance_data',
'process_perfdata' => 'service_process_performance_data',
'service_process_perfdata' => 'service_process_performance_data',
'service_percent_state_change'
))
->where('host_name', $this->host->getName())
Expand Down

0 comments on commit fcb94af

Please sign in to comment.