If child nodes are not configured to send item data to central server (only store item data locally on distributed nodes) can you still produce reports that consist of data from multiple distributed nodes?
Ad Widget
Collapse
Distributed Monitoring and Reports
Collapse
X
-
Just a follow up on this question, just in case if the original question was not clear:
We want to be able to keep the item data stored locally on the distributed child nodes, but we want to be able to produce reports consisting of item data stored on these child nodes from the web interface on the master zabbix server.
Is this possible? -
In short, no.
The central 'node' receives most of the configuration on the child nodes, and history / trend updates as they come in.
The web interface of this central node will use the database of the central node (even if you select a child node in its view, it will use the data received from that child node, not connect to that child node).Comment
Comment