I'm trying zabbix-agent2 with the following template: https://www.zabbix.com/ru/integrations/docker
I've managed to make it work having both Server and ServerActive in zabbix_agent2.conf. Without Server, I've got no data and as I read documentation discovery does not work without passive polling (which means Server, right?):
This requirement for passive connection looks strange. It breaks out architecture wherbe hosts are sending all their monitoring items to zabbix-server and we don't have a reverse connection on our infrastructure. Is there a way to avoid passively polling zabbix-agent2 and use only ServerActive connection?
I've managed to make it work having both Server and ServerActive in zabbix_agent2.conf. Without Server, I've got no data and as I read documentation discovery does not work without passive polling (which means Server, right?):
Template Docker by Zabbix agent 2 — collects metrics by polling zabbix-agent2.
Is there any workaround?
Comment