So we have a Zabbix server, that seems to work just fine. It used to be linked to a second node, and when it was, everything worked just fine. But we decided that having two nodes was complete overkill, and took down the second one, and just set it up as a proxy, which as far as I can tell is configured properly. However, the server doesn't seem to want to take any communication from it.
On the proxy, I get:
And on the server:
Now, my first thought is that the Host isn't properly defined in the zabbix_proxy.conf, however, I copy and pasted from the conf directly into the gui:

I feel like I've been pretty thorough here, and the proxy is clearly trying to talk to the server. Any idea what I've done wrong?
Thanks!
EDIT:
It might be worth mentioning that initially we had two nodes instead of a server and a proxy, so everything on this server is listed as "Node 1", would that cause it to reject the proxy connection?
On the proxy, I get:
Code:
16036:20130105:152723.152 Heartbeat message failed
Code:
10488:20130105:153457.363 Heartbeat from active proxy on [129.120.172.68] failed: proxy [dpdcnproxy] not found

I feel like I've been pretty thorough here, and the proxy is clearly trying to talk to the server. Any idea what I've done wrong?
Thanks!
EDIT:
It might be worth mentioning that initially we had two nodes instead of a server and a proxy, so everything on this server is listed as "Node 1", would that cause it to reject the proxy connection?
) was complaining that /var/named/data/named.run didn't exist. So I installed bind. After that... proxy heartbeat succeeds, and server can send configs.
Comment