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

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

View File

@ -160,10 +160,12 @@ class StatusQuery extends IdoQuery
END'
),
'hostgroups' => array(
'hostgroup' => 'hgo.name1',
'hostgroup' => 'hgo.name1 COLLATE latin1_general_ci',
'hostgroup_alias' => 'hg.alias'
),
'servicegroups' => array(
'servicegroup' => 'sgo.name1',
'servicegroup' => 'sgo.name1 COLLATE latin1_general_ci',
'servicegroup_alias' => 'sg.alias'
),
'services' => array(
'service_host_name' => 'so.name1 COLLATE latin1_general_ci',