monitoring: Fix duplicate array key 'service_description' in the EventHistoryQuery

This commit is contained in:
Eric Lippmann 2015-01-21 10:26:12 +01:00
parent aa976c4198
commit 25c2e99122
1 changed files with 1 additions and 2 deletions

View File

@ -27,8 +27,7 @@ class EventHistoryQuery extends IdoQuery
'max_attempts' => 'eh.max_attempts',
'output' => 'eh.output', // we do not want long_output
'type' => 'eh.type',
'service_host_name' => 'eho.name1 COLLATE latin1_general_ci',
'service_description' => 'eho.name2 COLLATE latin1_general_ci'
'service_host_name' => 'eho.name1 COLLATE latin1_general_ci'
),
'hostgroups' => array(
'hostgroup' => 'hgo.name1 COLLATE latin1_general_ci',