I am in a situation where I have production zabbix environment (zabbix server and zabbix agent are 2.0 ) (all centos 7), now I am trying to replicate this setup with zabbix 6.0
I have setup zabbix 6.0 server on a new linux server, trying to add all hosts to this without impacting the production setup
I was able to do this by referring to https://www.zabbix.com/forum/zabbix-...e-zabbix-agent
But have a couple of questions
1.This kind of setup does not give me flexibility to see service status like - service zabbix-agent status, and will have to rely on ps aux
2. Is it possible to run 2nd agent through a systemd service - zabbix-agent2.service
3. The second agent I am running is also 2.0, can I run multiple versions of agent on the same machine
4. are zabbix server 6.0 and agent 2.0 compatible (is there any feature loss in this kind of setup)
if mentioned points are possible, please provide or redirect me to any good documentation which details these steps.
I have setup zabbix 6.0 server on a new linux server, trying to add all hosts to this without impacting the production setup
I was able to do this by referring to https://www.zabbix.com/forum/zabbix-...e-zabbix-agent
But have a couple of questions
1.This kind of setup does not give me flexibility to see service status like - service zabbix-agent status, and will have to rely on ps aux
2. Is it possible to run 2nd agent through a systemd service - zabbix-agent2.service
3. The second agent I am running is also 2.0, can I run multiple versions of agent on the same machine
4. are zabbix server 6.0 and agent 2.0 compatible (is there any feature loss in this kind of setup)
if mentioned points are possible, please provide or redirect me to any good documentation which details these steps.
Comment