Zabbix <> 2.4.8
OS <> Rhel 7.9
I'm migrating from standalone to virtual (VMware). I want to send data to both existing and new zabbix servers for a period of time before cutover.
My zabbix_agentd.conf file is configured as:
In the agentdconf.d I have a file called [name].conf that contains
I have a script that uses zabbix_sender to push data to the zabbix_server
QUESTION <> Will this send data to ALL zabbix servers?
OS <> Rhel 7.9
I'm migrating from standalone to virtual (VMware). I want to send data to both existing and new zabbix servers for a period of time before cutover.
My zabbix_agentd.conf file is configured as:
Server=zbxsvr01
ServerActive=zbxsvr01
Include=[path]/agentdconf.d/
ServerActive=zbxsvr01
Include=[path]/agentdconf.d/
In the agentdconf.d I have a file called [name].conf that contains
Server=zbxsvr01,zbxsvr02,zbxsvr03
ServerActive=zbxsvr01,zbxsvr02,zbxsvr03
ServerActive=zbxsvr01,zbxsvr02,zbxsvr03
I have a script that uses zabbix_sender to push data to the zabbix_server
[path2]/zabbix_sender -c [path2]/zabbix_agentd.conf -i filename
QUESTION <> Will this send data to ALL zabbix servers?
Comment