Ad Widget

Collapse

Zabbix Proxy Official Docker Image

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • wyang
    Member
    • Mar 2016
    • 93

    #1

    Zabbix Proxy Official Docker Image

    Hello,

    On Zabbix documentation, it states "If Zabbix server and proxy are installed on the same host, their databases must be created with different names! "

    However, on the official Zabbix docker repo of zabbix proxy, the example docker run does not include a link to any DB container, e.g., https://github.com/zabbix/zabbix-doc...y-mysql/alpine

    Is MySQL DB app included in the docker image?

    If not, does Zabbix proxy container leverage the same MySQL container that Zabbix server connects to?

    Any help would be much appreciated.
  • wyang
    Member
    • Mar 2016
    • 93

    #2
    Your inputs and advice would be much appreciated.

    Comment

    • Atsushi
      Senior Member
      • Aug 2013
      • 2028

      #3
      As with Zabbix Server, the Zabbix Proxy containers do not contain DBMS.
      Please prepare the DBMS separately.

      Also check the DBMS that the sample using the container is written in the manual.

      Comment

      • wyang
        Member
        • Mar 2016
        • 93

        #4
        Thanks Atsushi. Greatly appreciated.

        If using the proxy docker image 'proxy-sqlite3', no need to prepare a DBMS separately, correct?

        Thanks very much!

        Comment

        • nameuser
          Member
          • Apr 2018
          • 39

          #5
          Originally posted by wyang
          If using the proxy docker image 'proxy-sqlite3', no need to prepare a DBMS separately, correct?
          The same question.

          Comment

          Working...