monitoring: Add host_notes to the host status query

refs #9009
This commit is contained in:
Eric Lippmann 2015-06-05 15:30:49 +02:00
parent 8cbb83d630
commit 66d76e7ad9
1 changed files with 1 additions and 0 deletions

View File

@ -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\')'
),