avatarKarthick Dkk

Free AI web copilot to create summaries, insights and extended knowledge, download it at here

807

Abstract

over in this world.</p><p id="8ddb">© America Zed. Other Poetry by America Zed.</p><div id="5434" class="link-block"> <a href="https://readmedium.com/not-falling-down-3cc45c1386f"> <div> <div> <h2>Not Falling Down</h2> <div><h3>Poetry ~ Lyrics</h3></div> <div><p>medium.com</p></div> </div> <div> <div style="background-image: url(https://miro.readmedium.com/v2/resize:fit:320/0*AALBWCv6jgOunFWn)"></div> </div> </div> </a> </div><div id="9fdb" class="link-block"> <a href="https://readmedium.com/the-end-b5188f13c8a0"> <div> <div> <h2>The End</h2> <div><h3>A micro

Options

poem</h3></div> <div><p>medium.com</p></div> </div> <div> <div style="background-image: url(https://miro.readmedium.com/v2/resize:fit:320/0*Li_myndVY89BxQMp)"></div> </div> </div> </a> </div><div id="47d0" class="link-block"> <a href="https://readmedium.com/consumed-2d3b8a41935e"> <div> <div> <h2>Consumed</h2> <div><h3>Poetry</h3></div> <div><p>medium.com</p></div> </div> <div> <div style="background-image: url(https://miro.readmedium.com/v2/resize:fit:320/0*hC9xmX2zIRvdcfDa)"></div> </div> </div> </a> </div></article></body>

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.git

Allow Execute Permission:

$ chmod u+x zabbix-karthick_dk/zabbix_installation.sh

Run the script:

$ zabbix-karthick_dk/zabbix_installation.sh

Check 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 all

Download Zabbix Agent2:

$ dnf install zabbix-agent2 zabbix-agent2-plugin-*

Start and Enable on boot :

$ systemctl restart zabbix-agent2 && $ systemctl enable zabbix-agent2

Delete Docker Containers:

$ ./zabbix_installation remove

Thanks 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

By Me Coffee 👇

DevOps
Monitoring
Zabbix
Infrastructure
Monitor
Recommended from ReadMedium