How to Install Zabbix on Docker: The Ultimate Step-by-Step Guide

Hey Mate! Welcome to another blog post!
In this, we will go through How to Install Zabbix Server, Frontend, Database & Java Gateway in Docker containers.
Requirements:
Docker — https://docs.docker.com/engine/install/centos/
Checkout here 👉 for How to configure docker
I already added a repo in my Gitlab here
Download git repo:
$ git clone https://github.com/karthick-dkk/zabbix-karthick_dk.gitAllow Execute Permission:
$ chmod u+x zabbix-karthick_dk/zabbix_installation.shRun the script:
$ zabbix-karthick_dk/zabbix_installation.shCheck containers are up
$ docker ps Open URL: http://localhost:8080 (or) http://IP-Address:8080
Note: Default Zabbix Credentials
User: Admin
Password: zabbix
Notes: Make sure your are allowed port 8080 on your Machine or Firewall
How to Install Zabbix Agent on CentOS:
Add Repo:
$ sudo rpm -Uvh https://repo.zabbix.com/zabbix/6.4/rhel/8/x86_64/zabbix-release-6.4-1.el8.noarch.rpm
$ dnf clean allDownload Zabbix Agent2:
$ dnf install zabbix-agent2 zabbix-agent2-plugin-*Start and Enable on boot :
$ systemctl restart zabbix-agent2 && $ systemctl enable zabbix-agent2Delete Docker Containers:
$ ./zabbix_installation removeThanks for reading.
Follow for More ✌️
Medium — https://medium.com/@karthidkk123 LinkedIn — https://www.linkedin.com/in/karthick-dkk/ Instagram — https://www.instagram.com/karthick_dkk_dk/ GitHub — https://github.com/karthick-dkk

