Our Zabbix proxy is in another time zone. As there does not seem to be a facility to handle time zone differences, it seems that if we want local users to see events in their local time zone, we would need to switch to distributed monitoring and put Zabbix servers in each time zone.
I think that distributed monitoring is hierarchical in nature. The documentation for distributed monitoring says that, "Zabbix automatically converts time stamps to local timezone when transferring time related data across nodes." That makes me think that...
Our current approach:
Alternate approach:
Did I get that right?
I think that distributed monitoring is hierarchical in nature. The documentation for distributed monitoring says that, "Zabbix automatically converts time stamps to local timezone when transferring time related data across nodes." That makes me think that...
Our current approach:
- Zabbix Server & Web UI in GMT-8
- Zabbix Proxy in GMT+2
- All users see events in the server's time zone, GMT-8
Alternate approach:
- Zabbix Server 1 & Web UI in GMT-8 - setup as the Central Node
- Zabbix Server 2 & Web UI in GMT+2 - setup as the Child Node
- Users in GMT-8 will access Zabbix Server 1 and see all events (events from Zabbix Server 1 and Zabbix Server 2) displayed in GMT-8
- Users in GMT+2 will access Zabbix Server 2 and only see events from Zabbix Server 2, but displayed in GMT+2
Did I get that right?
Comment