monitoring: Support selecting host group and service group alias in the HoststatusQuery

refs #8266
This commit is contained in:
Eric Lippmann 2015-01-23 11:21:10 +01:00
parent e15c085f19
commit 74a0c1e274
1 changed files with 4 additions and 2 deletions

View File

@ -84,10 +84,12 @@ class HoststatusQuery extends IdoQuery
END'
),
'hostgroups' => array(
'hostgroup' => 'hgo.name1 COLLATE latin1_general_ci',
'hostgroup' => 'hgo.name1 COLLATE latin1_general_ci',
'hostgroup_alias' => 'hg.alias'
),
'servicegroups' => array(
'servicegroup' => 'sgo.name1 COLLATE latin1_general_ci',
'servicegroup' => 'sgo.name1 COLLATE latin1_general_ci',
'servicegroup_alias' => 'sg.alias'
),
'contactgroups' => array(
'contactgroup' => 'contactgroup',