mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 15:54:03 +02:00
Revert "monitoring: Don't select host last ack, comment and downtime"
This reverts commit e240f7b9550c9ed72b0d9840a140cc57180a8451. refs #7344 refs #9009
This commit is contained in:
parent
0729973045
commit
2cbadbf957
@ -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',
|
||||
|
@ -65,10 +65,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…
x
Reference in New Issue
Block a user