mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
monitoring: Fix duplicate array key 'service_description' in the EventHistoryQuery
This commit is contained in:
parent
aa976c4198
commit
25c2e99122
@ -27,8 +27,7 @@ class EventHistoryQuery extends IdoQuery
|
|||||||
'max_attempts' => 'eh.max_attempts',
|
'max_attempts' => 'eh.max_attempts',
|
||||||
'output' => 'eh.output', // we do not want long_output
|
'output' => 'eh.output', // we do not want long_output
|
||||||
'type' => 'eh.type',
|
'type' => 'eh.type',
|
||||||
'service_host_name' => 'eho.name1 COLLATE latin1_general_ci',
|
'service_host_name' => 'eho.name1 COLLATE latin1_general_ci'
|
||||||
'service_description' => 'eho.name2 COLLATE latin1_general_ci'
|
|
||||||
),
|
),
|
||||||
'hostgroups' => array(
|
'hostgroups' => array(
|
||||||
'hostgroup' => 'hgo.name1 COLLATE latin1_general_ci',
|
'hostgroup' => 'hgo.name1 COLLATE latin1_general_ci',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user