From 24f3d42d96dcd95df8e708e58a834b68b5005dd5 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Fri, 4 Sep 2015 16:22:31 +0200 Subject: [PATCH] monitoring/host: Select next_update refs #8378 --- 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 4427887e6..145f7c7c2 100644 --- a/modules/monitoring/library/Monitoring/Object/Host.php +++ b/modules/monitoring/library/Monitoring/Object/Host.php @@ -121,6 +121,7 @@ class Host extends MonitoredObject 'host_max_check_attempts', 'host_name', 'host_next_check', + 'host_next_update', 'host_notes', 'host_notes_url', 'host_notifications_enabled',