Hi Guys,
I am using save Linux machine as Zabbix server and agent, but still i get error host not found as shown bellow:
server hostname is (test.linux.local), i have this record under DNS and /etc/hosts file, I can ping test.linux.local, linux.local, test and localhost too.
zabbix_agentd.conf file configuration is
Server=127.0.0.1
Hostname=test.linux.local
LogFile=/tmp/zabbix_agentd.log
zabbix_server.log
Sending list of active checks to [127.0.0.1] failed: host [test.linux.local] not found
zabbix_agentd.log
No active checks on server: host [test.linux.local] not found
netstat -tupln
tcp 0 0 0.0.0.0:10050 0.0.0.0:* LISTEN 4232/zabbix_agentd
tcp 0 0 0.0.0.0:10051 0.0.0.0:* LISTEN 4185/zabbix_server
any idea how to solve this?
thanks
I am using save Linux machine as Zabbix server and agent, but still i get error host not found as shown bellow:
server hostname is (test.linux.local), i have this record under DNS and /etc/hosts file, I can ping test.linux.local, linux.local, test and localhost too.
zabbix_agentd.conf file configuration is
Server=127.0.0.1
Hostname=test.linux.local
LogFile=/tmp/zabbix_agentd.log
zabbix_server.log
Sending list of active checks to [127.0.0.1] failed: host [test.linux.local] not found
zabbix_agentd.log
No active checks on server: host [test.linux.local] not found
netstat -tupln
tcp 0 0 0.0.0.0:10050 0.0.0.0:* LISTEN 4232/zabbix_agentd
tcp 0 0 0.0.0.0:10051 0.0.0.0:* LISTEN 4185/zabbix_server
any idea how to solve this?
thanks
Comment