From 37823f041502d86399b5b53a16e0fccc2aab0b4c Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Fri, 13 Mar 2015 00:25:44 +0100 Subject: [PATCH] Select host_is_reachable in the host detail view refs #6875 --- modules/monitoring/library/Monitoring/Object/Host.php | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/monitoring/library/Monitoring/Object/Host.php b/modules/monitoring/library/Monitoring/Object/Host.php index 359065e57..342e78812 100644 --- a/modules/monitoring/library/Monitoring/Object/Host.php +++ b/modules/monitoring/library/Monitoring/Object/Host.php @@ -109,6 +109,7 @@ class Host extends MonitoredObject 'host_handled', 'host_in_downtime', 'host_is_flapping', + 'host_is_reachable', 'host_last_check', 'host_last_notification', 'host_last_state_change',