Hello,
After the correction for issues #59 there is still an issue with local address.
It seems that the model is configured to empty the field if proxy is passive but zabbix is waiting for a local address when Proxy group is configure.
RuntimeError: Unexpected error: Error syncing ProxySync: Invalid params. Invalid parameter "/1/local_address": cannot be empty.
Also:
in nbxsync/utils/sync/proxysync.py
Line 63 & 64 seems identical : create_params['timeout_zabbix_agent'] = self.obj.timeout_zabbix_agent
tls_accept with two "c" in file excepted for
Line 89 : value = int(data.get('tls_acept', 1))
Hello,
After the correction for issues #59 there is still an issue with local address.
It seems that the model is configured to empty the field if proxy is passive but zabbix is waiting for a local address when Proxy group is configure.
RuntimeError: Unexpected error: Error syncing ProxySync: Invalid params. Invalid parameter "/1/local_address": cannot be empty.
Also:
in nbxsync/utils/sync/proxysync.py
Line 63 & 64 seems identical : create_params['timeout_zabbix_agent'] = self.obj.timeout_zabbix_agent
tls_accept with two "c" in file excepted for
Line 89 : value = int(data.get('tls_acept', 1))