Hi Everyone,
Can the zabbix agent active checks on a single agent also do the checks for multiple hosts? Like having multiple hosts from one agent? I tried adding multiple hosts in Hostname= in the agent config file. But it won't accept that. I wouldn't want to have an agent for every host if that can be avoided. The environment is a hosted zabbix server and the agents in lxc containers that collect snmp etc...
Can the zabbix agent active checks on a single agent also do the checks for multiple hosts? Like having multiple hosts from one agent? I tried adding multiple hosts in Hostname= in the agent config file. But it won't accept that. I wouldn't want to have an agent for every host if that can be avoided. The environment is a hosted zabbix server and the agents in lxc containers that collect snmp etc...
point is to run them on different ports.. So keep your local agent at default 10050 and start up another at 11050, for example, and third on 12050 etc... each of them needs their own config file.
Comment