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 23a759e commit 65fff62
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,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 65fff62

Please sign in to comment.