fix event ack for Zabbix 4.x, #629
This commit is contained in:
@@ -28,6 +28,7 @@ export class Zabbix {
|
||||
password,
|
||||
basicAuth,
|
||||
withCredentials,
|
||||
zabbixVersion,
|
||||
cacheTTL,
|
||||
enableDirectDBConnection,
|
||||
dbConnectionDatasourceId,
|
||||
@@ -43,7 +44,7 @@ export class Zabbix {
|
||||
};
|
||||
this.cachingProxy = new CachingProxy(cacheOptions);
|
||||
|
||||
this.zabbixAPI = new ZabbixAPIConnector(url, username, password, basicAuth, withCredentials, backendSrv);
|
||||
this.zabbixAPI = new ZabbixAPIConnector(url, username, password, zabbixVersion, basicAuth, withCredentials, backendSrv);
|
||||
|
||||
if (enableDirectDBConnection) {
|
||||
let dbConnectorOptions = {
|
||||
|
||||
Reference in New Issue
Block a user