Skip to content

Commit

Permalink
Don't select host_last_time_* in the service detail view
Browse files Browse the repository at this point in the history
The columns host_last_time_ up, down and unreachable are not used in the service detail view.

refs #8614
  • Loading branch information
lippserd committed Mar 10, 2015
1 parent 2cbeab5 commit 34ad174
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions modules/monitoring/library/Monitoring/Object/Service.php
Expand Up @@ -141,9 +141,6 @@ protected function getDataView()
'host_alias',
'host_active_checks_enabled',
'host_passive_checks_enabled',
'host_last_time_up',
'host_last_time_down',
'host_last_time_unreachable',
'host_modified_host_attributes',
'host',
'service',
Expand Down

0 comments on commit 34ad174

Please sign in to comment.