From 2cbadbf957d6bc7a887ef90e979c0f6ee58f2162 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Fri, 29 May 2015 15:09:21 +0200 Subject: [PATCH] Revert "monitoring: Don't select host last ack, comment and downtime" This reverts commit e240f7b9550c9ed72b0d9840a140cc57180a8451. refs #7344 refs #9009 --- .../monitoring/application/controllers/ListController.php | 6 +++--- .../monitoring/library/Monitoring/DataView/HostStatus.php | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/modules/monitoring/application/controllers/ListController.php b/modules/monitoring/application/controllers/ListController.php index 816aeb153..2e4e34390 100644 --- a/modules/monitoring/application/controllers/ListController.php +++ b/modules/monitoring/application/controllers/ListController.php @@ -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', diff --git a/modules/monitoring/library/Monitoring/DataView/HostStatus.php b/modules/monitoring/library/Monitoring/DataView/HostStatus.php index 45c0ee05e..cb992752a 100644 --- a/modules/monitoring/library/Monitoring/DataView/HostStatus.php +++ b/modules/monitoring/library/Monitoring/DataView/HostStatus.php @@ -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',