Skip to content

Commit

Permalink
Do not select columns for check attempt twice in the service detail view
Browse files Browse the repository at this point in the history
The column service_attempt is used in favor of service_current_check_attempt and service_max_check_attempts.

refs #8614
  • Loading branch information
lippserd committed Mar 10, 2015
1 parent 0cc6b5d commit 87e5bdf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modules/monitoring/library/Monitoring/Object/Service.php
Expand Up @@ -148,8 +148,6 @@ protected function getDataView()
'service_passive_checks_enabled_changed',
'service_check_execution_time',
'service_check_latency',
'service_current_check_attempt',
'service_max_check_attempts',
'service_obsessing',
'service_obsessing_changed',
'service_event_handler_enabled',
Expand Down

0 comments on commit 87e5bdf

Please sign in to comment.