Ad Widget

Collapse

Zabbix Installation

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Ramyag
    Junior Member
    • May 2022
    • 1

    #1

    Zabbix Installation

    Hi Everyone!

    I'm new to Zabbix and I'm having some difficulty installing it. I'm using the installation using the docker method. I have MariaDB columnstore (MariaDB v= 10.3) and wanted to know if it would work on this. I tried installing it twice (Zabbix server, web interface, linking it, and the java gateway) but I wasn't able to see the UI. would this also be because we only need to use InnoDB and not Columnstore. Also, if someone could please help me out with what
    ZBX_SERVER_HOST would be and would it be possible to just view my server stats without the need of changing my DB to InnoDB.

    Below are all the steps I've followed to install Zabbix.


    1. docker run --name zabbix -p 3307:10051 -e DB_SERVER_HOST="IP" -e MYSQL_USER="uname" -e MYSQL_PASSWORD="password" -e ZBX_DBTLSCONNECT="required" -d zabbix/zabbix-server-mysql:ubuntu-6.0-latest --character-set-server=utf8 --collation-server=utf8_bin --default-authentication-plugin=mysql_native_password

    2. docker run --name rm_zabbix_apache -p 8084:8081 -e DB_SERVER_HOST="IP" -e MYSQL_USER="uname" -e MYSQL_PASSWORD="password" -e ZBX_SERVER_HOST="" -d zabbix/zabbix-web-apache-mysql:ubuntu-6.0-latest

    3. docker run --name zabbix_apache_link --link zabbix:zabbix-server -e DB_SERVER_HOST="IP" -e MYSQL_USER="uname" -e MYSQL_PASSWORD="password" -e ZBX_SERVER_HOST="" -d zabbix/zabbix-web-apache-mysql:ubuntu-6.0-latest

    4.docker run --name zabbix_java_gateway -d zabbix/zabbix-java-gateway:ubuntu-6.0-latest


    Can someone please help me out with the same. Thank you!


Working...