Skip to content

Commit

Permalink
Problems: disable skipDependent flag in trigger.get query, fixes #955
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderzobnin committed Jul 17, 2020
1 parent fd1242a commit 937f582
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ export class ZabbixAPIConnector {
expandData: true,
expandComment: true,
monitored: true,
skipDependent: true,
// skipDependent: true,
selectGroups: ['name'],
selectHosts: ['name', 'host', 'maintenance_status', 'proxy_hostid'],
selectItems: ['name', 'key_', 'lastvalue'],
Expand Down

0 comments on commit 937f582

Please sign in to comment.