I'm new to Zabbix so I have set up a small test network to get some experience. I have created two CentOS 7 vms running on a CentOS 7 host.
The server (Zabbix 3.4.15) is up and running and its local agent is communicating okay but my client will not make contact.
The two machines can ping each other and I can telnet from either to the other on TCP port 10050 using DNS name or IP. (I can also telnet from the client to the server on TCP port 10051).
On the server log the only error I can see is this one:
8170:20200412:091914.646 cannot send list of active checks to "192.168.144.246 ": host [Mail server] not found
From the searches I have done this generally appears to be a mismatch between the host name on the server and on the agent.
But if I run zabbix_agentd -t agent.hostname on the agent I get:
agent.hostname [s|Mail server]
which looks identical to me.
I have tried adding the host using either DNS name or IP address but it doesn't make any difference.
Any suggestions where I should look next?
Thanks.
The server (Zabbix 3.4.15) is up and running and its local agent is communicating okay but my client will not make contact.
The two machines can ping each other and I can telnet from either to the other on TCP port 10050 using DNS name or IP. (I can also telnet from the client to the server on TCP port 10051).
On the server log the only error I can see is this one:
8170:20200412:091914.646 cannot send list of active checks to "192.168.144.246 ": host [Mail server] not found
From the searches I have done this generally appears to be a mismatch between the host name on the server and on the agent.
But if I run zabbix_agentd -t agent.hostname on the agent I get:
agent.hostname [s|Mail server]
which looks identical to me.
I have tried adding the host using either DNS name or IP address but it doesn't make any difference.
Any suggestions where I should look next?
Thanks.
ort (or hostname
[0-9]+),,,,\1]
Comment