I've got 2 subnets: "ac.mydomain.de" and "vs.mydomain.de". Even though Zabbix (1.8.10) seems to monitor all hosts in both nets correctly the server log shows tons of "host not found" messages about hosts in the "vs" net like
:
Sending list of active checks to [172.18.99.17] failed: host [vdpcl009] not found
Sending list of active checks to [172.18.99.21] failed: host [vdpcl007] not found
Sending list of active checks to [172.18.99.22] failed: host [vdpcl006] not found
:
The hosts it complains about are defined in DNS, but they are member of a different subnet than the server:
# host vdpcl009
vdpcl009.vs.mydomain.de has address 172.18.99.17
# host zabbix
zabbix.ac.mydomain.de is an alias for il06.ac.mydomain.de.
il06.ac.mydomain.de has address 172.18.96.122
The domain search list is set correctly in /etc/resolv.conf.
zabbix_agentd.conf does not explicitly specify the hostname, i.e. the agent uses the system hostname (_way_ easier to deploy). It shows
# hostname
vdpcl009
# hostname --fqdn
vdpcl009.vs.mydomain.de
# egrep -v ^#\|^\$ /etc/zabbix/zabbix_agentd.conf
Server=172.18.96.122
StartAgents=5
DebugLevel=3
PidFile=/var/run/zabbix-agent/zabbix_agentd.pid
LogFile=/var/log/zabbix-agent/zabbix_agentd.log
Timeout=3
I am not missing any monitored items AFAICS, so what is zabbix complaining about? How can I get rid of the misleading error messages in the log files?
Any helpful comment would be highly appreciated
:
Sending list of active checks to [172.18.99.17] failed: host [vdpcl009] not found
Sending list of active checks to [172.18.99.21] failed: host [vdpcl007] not found
Sending list of active checks to [172.18.99.22] failed: host [vdpcl006] not found
:
The hosts it complains about are defined in DNS, but they are member of a different subnet than the server:
# host vdpcl009
vdpcl009.vs.mydomain.de has address 172.18.99.17
# host zabbix
zabbix.ac.mydomain.de is an alias for il06.ac.mydomain.de.
il06.ac.mydomain.de has address 172.18.96.122
The domain search list is set correctly in /etc/resolv.conf.
zabbix_agentd.conf does not explicitly specify the hostname, i.e. the agent uses the system hostname (_way_ easier to deploy). It shows
# hostname
vdpcl009
# hostname --fqdn
vdpcl009.vs.mydomain.de
# egrep -v ^#\|^\$ /etc/zabbix/zabbix_agentd.conf
Server=172.18.96.122
StartAgents=5
DebugLevel=3
PidFile=/var/run/zabbix-agent/zabbix_agentd.pid
LogFile=/var/log/zabbix-agent/zabbix_agentd.log
Timeout=3
I am not missing any monitored items AFAICS, so what is zabbix complaining about? How can I get rid of the misleading error messages in the log files?
Any helpful comment would be highly appreciated

Comment