Hi all,
I have a question about how Zabbix behaves in a specific scenario involving Proxies.
Setup:
- Active agents send data to Proxies.
- Proxies also collect SNMP data.
- Both Zabbix Proxies are up and running.
- Zabbix Server process is up and running.
- However, the Zabbix Server temporarily has no database connection (e.g., during manual failover of our HA PostgreSQL setup).
My expectation:
Since the Proxies normally buffer data when the Server is down, I would assume they should also buffer data when the Server is up but cannot write to the DB. In other words, until the DB connection is restored (failover completed), all collected data should be stored locally on the Proxies and sent later.
Questions:
- Is this actually how it works, or will the Proxies detect the issue differently?
- Could there be data loss if the Server is running but DB connection is broken?
- Is there any difference in behavior between active agent data and SNMP data in this situation?
Thanks in advance for any insights!
Raphael
)
Comment