Suppress problem dependencies, fix #1024
This commit is contained in:
@@ -405,7 +405,7 @@ export class ZabbixAPIConnector {
|
|||||||
expandData: true,
|
expandData: true,
|
||||||
expandComment: true,
|
expandComment: true,
|
||||||
monitored: true,
|
monitored: true,
|
||||||
// skipDependent: true,
|
skipDependent: true,
|
||||||
selectGroups: ['name'],
|
selectGroups: ['name'],
|
||||||
selectHosts: ['name', 'host', 'maintenance_status', 'proxy_hostid'],
|
selectHosts: ['name', 'host', 'maintenance_status', 'proxy_hostid'],
|
||||||
selectItems: ['name', 'key_', 'lastvalue'],
|
selectItems: ['name', 'key_', 'lastvalue'],
|
||||||
|
|||||||
Reference in New Issue
Block a user