monitoring: Don't select host last ack, comment and downtime
Where unsure whether or not we will still support this. refs #7344 refs #9009
This commit is contained in:
parent
c81d13d77a
commit
e240f7b955
|
@ -89,9 +89,9 @@ class Monitoring_ListController extends Controller
|
|||
'host_unhandled_services',
|
||||
'host_action_url',
|
||||
'host_notes_url',
|
||||
'host_last_comment',
|
||||
'host_last_ack',
|
||||
'host_last_downtime',
|
||||
// 'host_last_comment',
|
||||
// 'host_last_ack',
|
||||
// 'host_last_downtime',
|
||||
'host_active_checks_enabled',
|
||||
'host_passive_checks_enabled',
|
||||
'host_current_check_attempt',
|
||||
|
|
|
@ -52,10 +52,10 @@ class HostStatus extends DataView
|
|||
'host_current_notification_number',
|
||||
'host_percent_state_change',
|
||||
'host_is_flapping',
|
||||
'host_last_comment',
|
||||
'host_last_downtime',
|
||||
'host_last_ack',
|
||||
'host_last_flapping',
|
||||
// 'host_last_comment',
|
||||
// 'host_last_downtime',
|
||||
// 'host_last_ack',
|
||||
// 'host_last_flapping',
|
||||
'host_action_url',
|
||||
'host_notes_url',
|
||||
'host_percent_state_change',
|
||||
|
|
Loading…
Reference in New Issue