I would like to configure a zabbix proxy per /24 network.
I'll have each host check for the existence of a machine named zabbix-<my 3rd octet>, and if it is found, modify the zabbix_agentd.conf and insert that hostname in front of the default server.
For example a host with IP 10.10.183.1 gets:
However, there doesn't seem to be a Discovery Action Operation available to assign a host to a proxy.
Is there some way to assign a host to a proxy using discovery?
I'll have each host check for the existence of a machine named zabbix-<my 3rd octet>, and if it is found, modify the zabbix_agentd.conf and insert that hostname in front of the default server.
For example a host with IP 10.10.183.1 gets:
Code:
Server=zabbix-183.domain.com,zabbix.domain.com
Is there some way to assign a host to a proxy using discovery?

Comment