In the topic Some questions about zabbix I started a thread about distributed monitoring. But there is still some things I don't understand.
I have a deployment like this.
In a distributed monitoring setup the child nodes push the information to the master nodes. In my deployment I have a master node in master and 2 child nodes client1 and client2. Then another two master-child relations between client1-node1 and client2-node2.
If the information of the private networks is acquired only by the masters located on these networks, what problem exists if I have duplicated ips? I mean, the two client nodes (client1-client2) would send the information to the master, isn't it? The master have not to have a direct connection to final nodes.
Another problem is that client public ips might be dynamic, but we can set up a dynamic dns server to solve this.
I have a deployment like this.
Code:
master --------------- Internet ------------ client1
(public-ip0) | (public-ip1) (possibly dynamic)
| (192.168.1.1) ------ node1
| (192.168.1.2)
|
----------------- client2
(public-ip2) (possibly dynamic)
(192.168.1.1) ------ node2
(192.168.1.2)
If the information of the private networks is acquired only by the masters located on these networks, what problem exists if I have duplicated ips? I mean, the two client nodes (client1-client2) would send the information to the master, isn't it? The master have not to have a direct connection to final nodes.
Another problem is that client public ips might be dynamic, but we can set up a dynamic dns server to solve this.
Comment