Hello zabbix friends!
I need to setup a zabbix agent (client inside a NAT) and I'd like to use active agent, but in the zabbix hosts screen, the zabbix (Z)icon are red.
This is my client configuration;
chew zabbix # cat /etc/zabbix/zabbix_agentd.conf
PidFile=/var/run/zabbix/zabbix_agentd.pid
LogFile=/var/log/zabbix-agent/zabbix_agentd.log
LogFileSize=0
DebugLevel=4
Server=zabbix.abc.123
StartAgents=3
ServerActive=zabbix.abc.123
Hostname=chew
---
The connection between agent and server seems ok (zabbix log);
9546:20160112:100420.728 In send_buffer() host:'zabbix.abc.123' port:10051 values:45/100
9546:20160112:100420.728 Will not send now. Now 1452600260 lastsent 1452600256 < 5
9546:20160112:100420.728 End of send_buffer():SUCCEED
But in the Configuration/hosts, in the chew hostname row, the Z icon are red with the message "Get value from agent failed, cannot connect to 0.0.0.0".
Is there some mistake? can you help?
Regards,
Juliano
I need to setup a zabbix agent (client inside a NAT) and I'd like to use active agent, but in the zabbix hosts screen, the zabbix (Z)icon are red.
This is my client configuration;
chew zabbix # cat /etc/zabbix/zabbix_agentd.conf
PidFile=/var/run/zabbix/zabbix_agentd.pid
LogFile=/var/log/zabbix-agent/zabbix_agentd.log
LogFileSize=0
DebugLevel=4
Server=zabbix.abc.123
StartAgents=3
ServerActive=zabbix.abc.123
Hostname=chew
---
The connection between agent and server seems ok (zabbix log);
9546:20160112:100420.728 In send_buffer() host:'zabbix.abc.123' port:10051 values:45/100
9546:20160112:100420.728 Will not send now. Now 1452600260 lastsent 1452600256 < 5
9546:20160112:100420.728 End of send_buffer():SUCCEED
But in the Configuration/hosts, in the chew hostname row, the Z icon are red with the message "Get value from agent failed, cannot connect to 0.0.0.0".
Is there some mistake? can you help?
Regards,
Juliano
Comment