I have configure zabbix agent on client system,
cat /etc/zabbix/zabbix-agentd.conf
Server=192.168.6.163
ServerPort=10051
Hostname=client
ListenPort=10050
StartAgents=5
DisableActive=0
DebugLevel=3
Timeout=3
After configuration of client it is giving me below error into server log log
5809:20100603:191125.451 Sending list of active checks to [192.168.6.177] failed: host [client] not found
Please help me what is wrong with configuration.
cat /etc/zabbix/zabbix-agentd.conf
Server=192.168.6.163
ServerPort=10051
Hostname=client
ListenPort=10050
StartAgents=5
DisableActive=0
DebugLevel=3
Timeout=3
After configuration of client it is giving me below error into server log log
5809:20100603:191125.451 Sending list of active checks to [192.168.6.177] failed: host [client] not found
Please help me what is wrong with configuration.
Comment