I followed the steps in the documentation setting up my two DM boxes. viewing the zabbix_server.log file on both hosts I see that they are sending data back and forth successfully (or so it thinks).
The screens I have setup on the remote node for this test show data on that node's (remote) web interface. It does not show that data or anything at all on the master node's web interface. It just says [no data] or nothing in latest data. Does anyone know what the problem might be here?
From Master node 1.
Also from master node 1
Remote node 2
Also from Remote Node 2
Both nodes are running Zabbix 1.4.2
Code:
32179:20070913:114055 NODE 2: Received data from node 1 for node 2 datalen 3000 32197:20070913:114157 NODE 2: Sending configuration changes of node 2 to node 1 datalen 2728 32180:20070913:114314 NODE 2: Received data from node 1 for node 2 datalen 3000 32181:20070913:114734 NODE 2: Received data from node 1 for node 2 datalen 3000 32197:20070913:114809 NODE 2: Sending configuration changes of node 2 to node 1 datalen 2728 15923:20070913:114055 NODE 1: Sending configuration changes of node 2 to node 2 datalen 3000 15895:20070913:114157 NODE 1: Received data from node 2 for node 2 datalen 2728 15923:20070913:114313 NODE 1: Sending configuration changes of node 2 to node 2 datalen 3000 15923:20070913:114734 NODE 1: Sending configuration changes of node 2 to node 2 datalen 3000 15896:20070913:114809 NODE 1: Received data from node 2 for node 2 datalen 2728
From Master node 1.
Code:
mysql> select * from nodes; +--------+----------------+----------+----------------+-------+---------------+--------------+--------------+----------------+--------------------+---------------------+----------+----------+ | nodeid | name | timezone | ip | port | slave_history | slave_trends | event_lastid | history_lastid | history_str_lastid | history_uint_lastid | nodetype | masterid | +--------+----------------+----------+----------------+-------+---------------+--------------+--------------+----------------+--------------------+---------------------+----------+----------+ | 1 | Master | -8 | xxx.xxx.90.201 | 10000 | 365 | 365 | 0 | 0 | 0 | 0 | 1 | 0 | | 2 | Remote | -8 | xxx.xxx.84.108 | 10000 | 365 | 365 | 0 | 0 | 0 | 0 | 0 | 1 | +--------+----------------+----------+----------------+-------+---------------+--------------+--------------+----------------+--------------------+---------------------+----------+----------+ 2 rows in set (0.00 sec)
Code:
mysql> select userid from users; +-----------------+ | userid | +-----------------+ | 100000000000001 | | 200000000000001 | | 200000000000002 | +-----------------+ 3 rows in set (0.00 sec)
Code:
mysql> select * from nodes; +--------+-----------+----------+----------------+-------+---------------+--------------+-----------------+----------------+--------------------+---------------------+----------+----------+ | nodeid | name | timezone | ip | port | slave_history | slave_trends | event_lastid | history_lastid | history_str_lastid | history_uint_lastid | nodetype | masterid | +--------+-----------+----------+----------------+-------+---------------+--------------+-----------------+----------------+--------------------+---------------------+----------+----------+ | 1 | Master | -8 | xxx.xxx.90.201 | 10000 | 90 | 365 | 0 | 0 | 0 | 0 | 0 | 0 | | 2 | Remote | -8 | xxx.xxx.84.108 | 10000 | 30 | 365 | 200000000000011 | 0 | 0 | 0 | 1 | 1 | +--------+-----------+----------+----------------+-------+---------------+--------------+-----------------+----------------+--------------------+---------------------+----------+----------+ 2 rows in set (0.00 sec)
Code:
mysql> select userid from users; +-----------------+ | userid | +-----------------+ | 200000000000001 | | 200000000000002 | +-----------------+ 2 rows in set (0.00 sec)