I finally set up two nodes, one with Server and NodeID 1 and the other with both set to 2. I ran zabbix_server -n 1/2 on both machines. I tunneled the server ports between both machines through SSH and verified they are working. I configured local and master/slave nodes using identical names and IDs for each node and then started the servers. Both nodes do nothing up to this point. If I configure a host on the slave node it sends events (one time) and history (every 10s twice) to node 1. Node 1 receives that data but doesn't show it anywhere, neither the configuration nor events or data.
Node 2 (Slave):
Node 1 (Master):
If I try to configure the host through the master's frontend I cannot select any templates to use (because configuration has not been synchronized). The entry resides only on master node, it is never sent to the slave.
Monitoring works locally on each node.
What's wrong this time, any ideas?
Node 1 is running Linux, Node 2 runs on Mac OS X.
Node 2 (Slave):
Code:
8629:20070428:174329 NODE 2: Sending data of node 2 to node 1 datalen 61 8629:20070428:174329 NODE 2: Sending data of node 2 to node 1 datalen 936 8629:20070428:174331 NODE 2: Sending data of node 2 to node 1 datalen 1877 8629:20070428:174331 NODE 2: Sending data of node 2 to node 1 datalen 269 8629:20070428:174339 NODE 2: Sending data of node 2 to node 1 datalen 448 8629:20070428:174339 NODE 2: Sending data of node 2 to node 1 datalen 197
Code:
15475:20070428:174329 NODE 1: Received events from node 2 for node 2 datalen 61 15477:20070428:174331 NODE 1: Received history from node 2 for node 2 datalen 936 15479:20070428:174331 NODE 1: Received history from node 2 for node 2 datalen 1877 15484:20070428:174331 NODE 1: Received history from node 2 for node 2 datalen 269 15481:20070428:174339 NODE 1: Received history from node 2 for node 2 datalen 448 15475:20070428:174339 NODE 1: Received history from node 2 for node 2 datalen 197
Monitoring works locally on each node.
What's wrong this time, any ideas?
Node 1 is running Linux, Node 2 runs on Mac OS X.
Comment