Ad Widget

Collapse

any possible to deploy an high availability zabbix-proxy-sqlite3 environment?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ioiioi
    Junior Member
    • Mar 2012
    • 13

    #1

    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.
  • kloczek
    Senior Member
    • Jun 2006
    • 1771

    #2
    Originally posted by ioiioi
    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.
    Last edited by kloczek; 20-04-2016, 06:41.
    http://uk.linkedin.com/pub/tomasz-k%...zko/6/940/430/
    https://kloczek.wordpress.com/
    zapish - Zabbix API SHell binding https://github.com/kloczek/zapish
    My zabbix templates https://github.com/kloczek/zabbix-templates

    Comment

    • ioiioi
      Junior Member
      • Mar 2012
      • 13

      #3
      thanks.than I may considered implement zabbix-proxy-mysql

      Comment

      Working...