From 4cc4657ee915b4eb63b709a3ef2bff47facf03b5 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Mon, 11 Apr 2016 10:29:26 +0200 Subject: [PATCH] Add host_is_reachable column to the host status data view refs #11404 --- modules/monitoring/library/Monitoring/DataView/Hoststatus.php | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/monitoring/library/Monitoring/DataView/Hoststatus.php b/modules/monitoring/library/Monitoring/DataView/Hoststatus.php index e96b2e089..8f02b70ac 100644 --- a/modules/monitoring/library/Monitoring/DataView/Hoststatus.php +++ b/modules/monitoring/library/Monitoring/DataView/Hoststatus.php @@ -36,6 +36,7 @@ class HostStatus extends DataView 'host_in_downtime', 'host_ipv4', 'host_is_flapping', + 'host_is_reachable', 'host_last_check', 'host_last_notification', 'host_last_state_change',