From 66d76e7ad92ce38971763bc650c31de91f0e9a81 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Fri, 5 Jun 2015 15:30:49 +0200 Subject: [PATCH] monitoring: Add host_notes to the host status query refs #9009 --- .../library/Monitoring/Backend/Ido/Query/HoststatusQuery.php | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/monitoring/library/Monitoring/Backend/Ido/Query/HoststatusQuery.php b/modules/monitoring/library/Monitoring/Backend/Ido/Query/HoststatusQuery.php index 7b0219f89..72f336075 100644 --- a/modules/monitoring/library/Monitoring/Backend/Ido/Query/HoststatusQuery.php +++ b/modules/monitoring/library/Monitoring/Backend/Ido/Query/HoststatusQuery.php @@ -31,6 +31,7 @@ class HoststatusQuery extends IdoQuery 'host_icon_image_alt' => 'h.icon_image_alt', 'host_ipv4' => 'INET_ATON(h.address)', 'host_name' => 'ho.name1', + 'host_notes' => 'h.notes', 'host_notes_url' => 'h.notes_url', 'object_type' => '(\'host\')' ),