If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to REGISTER before you can post. To start viewing messages, select the forum that you want to visit from the selection below.
Ad Widget
Collapse
any possible to deploy an high availability zabbix-proxy-sqlite3 environment?
any possible to deploy an high availability zabbix-proxy-sqlite3 environment?
my branch office has some servers, and would like to implement an ha zabbix-proxy setup, any possible to do that with sqlite3?
mysql is too heavy for this circumstance.
my branch office has some servers, and would like to implement an ha zabbix-proxy setup, any possible to do that with sqlite3?
mysql is too heavy for this circumstance.
In case using sqlite it is even heavier.
remember that every update/insert in sqlite file is causing rewrite whole file.
min value of innodb_buffer_pool_size id .5GB and with such buffer you could be able to organize quite big proxy.
Comment