Here's my scenario.
zabbix server - 10.10.10.1 - The zabbix server is zabbix 4.2 mysql docker image
Zabbix web - 10.10.10.2 - The web is running apache+mysql docker image
Zabbix DB (MYSQL) - 10.10.10.3 - mysql installed from source
Zabbix proxy - 192.168.10.1 - Zabbix proxy sqlite installed from RPM
Linux_client_01 - 192.168.10.2 - Agent 4.2 RPM package installed
The zabbix proxy is setup as passive and also in the zabbix server proxy gui.
auto-registration is setup in the zabbix server to automatically register the client
all networks are pingable as well as port 10050/10051.. no firewall and selinux disabled
The linux client auto-registration works fine and the zabbix server can monitor the client once the client register to the zabbix server.
If I modify the client and add the proxy, the zabbix server monitor doesn't work. what seems to be the problem?
#client01 zabbix agent config /etc/zabbix/zabbix_agentd.conf
PidFile=/var/run/zabbix/zabbix_agentd.pid
LogFile=/var/log/zabbix/zabbix_agentd.log
LogFileSize=0
Server=10.10.10.1
ServerActive=10.10.10.1
Hostname=Linux_client_01.domain.com
HostMetadata=Linux stringhereforauth12345
Include=/etc/zabbix/zabbix_agentd.d/*.conf
also is it possible that the client01 will automatically add the proxy and auto-registration still working?
zabbix server - 10.10.10.1 - The zabbix server is zabbix 4.2 mysql docker image
Zabbix web - 10.10.10.2 - The web is running apache+mysql docker image
Zabbix DB (MYSQL) - 10.10.10.3 - mysql installed from source
Zabbix proxy - 192.168.10.1 - Zabbix proxy sqlite installed from RPM
Linux_client_01 - 192.168.10.2 - Agent 4.2 RPM package installed
The zabbix proxy is setup as passive and also in the zabbix server proxy gui.
auto-registration is setup in the zabbix server to automatically register the client
all networks are pingable as well as port 10050/10051.. no firewall and selinux disabled
The linux client auto-registration works fine and the zabbix server can monitor the client once the client register to the zabbix server.
If I modify the client and add the proxy, the zabbix server monitor doesn't work. what seems to be the problem?
#client01 zabbix agent config /etc/zabbix/zabbix_agentd.conf
PidFile=/var/run/zabbix/zabbix_agentd.pid
LogFile=/var/log/zabbix/zabbix_agentd.log
LogFileSize=0
Server=10.10.10.1
ServerActive=10.10.10.1
Hostname=Linux_client_01.domain.com
HostMetadata=Linux stringhereforauth12345
Include=/etc/zabbix/zabbix_agentd.d/*.conf
also is it possible that the client01 will automatically add the proxy and auto-registration still working?
Comment