Skip to content

Commit

Permalink
Use OR evaltype for problem tags filter
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderzobnin committed Mar 22, 2023
1 parent 457894f commit 23e9576
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ export class ZabbixAPIConnector {
object: '0',
sortfield: ['eventid'],
sortorder: 'DESC',
evaltype: '0',
evaltype: '2',
// preservekeys: '1',
groupids,
hostids,
Expand Down Expand Up @@ -617,6 +617,7 @@ export class ZabbixAPIConnector {
value: '1',
source: '0',
object: '0',
evaltype: '2',
sortfield: ['eventid'],
sortorder: 'DESC',
select_acknowledges: 'extend',
Expand Down

0 comments on commit 23e9576

Please sign in to comment.