Zabbix Docker Containers

preview_player
Показать описание
Docker Containers allows you to quickly switch between ZABBIX branches and try out the latest development build. All configuration is done on Centos 7 minimal install virtual machine.
-----
yum install -y yum-utils device-mapper-persistent-data lvm2
yum install docker-ce
systemctl start docker

☕ In case if you want to support this content with coffee:

👋 SOCIAL MEDIA
📹 TWITTER - @RealDeimons

📫 Sign Up For Newsletter And Don't Miss Out on Anything
Рекомендации по теме
Комментарии
Автор

Books About Zabbix
Amazon COM

Amazon UK

Amazon DE

zabbixtraining
Автор

You should use docker dns, otherwise after restarting stack server and agent will not able to communicate with each other 😮

nmwzuih
Автор

Great video. I was wondering how to get this to an offline system.

sunrise
Автор

please continue uploading this videos of zabbix
(Y)

jairalexfuerteslino
Автор

What I'd recommend, instead of using an IP for the agent running within the same compose stack, use its hostname alias. The default compose file has aliases defined for the agent, so you can just use "zabbix-agent" and switch to DNS hostname in the UI. The problem with IPs is they can easily change within the compose stack whenever a container is destroyed and recreated, sort of like a DHCP situation. You want to use something more static.

Numline
Автор

Kindly Upload a video on Zabbix integration with AWS Cloudwatch using IAM

harikrishnasurisetti
Автор

Hi, first of all nice video, helped alot

ive got one question tho, at 14:02 when you show all the containers busybox says exited, why is that? Is this expected behavior and if so what is it even used for?

Thanks
BR

byarea
Автор

Nice video! Could you make a video of Zabbix SNMPTraps configuration in dockerized Zabbix? Thank you!

hinaxnaru
Автор

Many thanks!
Yuo help me to make run zabbix-server and agent!

garonee
Автор

For some reason some docker images such as the agent and snmp traps aren't being pulled in latest version, anyone experiencing the same issues?

resident
Автор

Hello, Can you help, with zabbix 4.0, add router and swith on zabbix 4.0

marcosgonzalezflex
Автор

Hello, thanks for sharing this setting. Here I managed to make it work, but I don't know about the agent. I made the configuration pointing the addresses from both server and agent, but the server does not receive information. Do you know if there is anything else to be done?

davidnunes
Автор

Is Docker intended for continual use with Zabbix, or just as a test bench of sorts?

knightlautrec
Автор

help please i used your way and i could install zabbix. when i want to login it says Incorrect user name or password or account is temporarily blocked.

mahshid
Автор

This seems much more complicated than using packages. May be good for testing. But not for production.

oainwr
Автор

Your Screen is too small to see clearly

arioncheng
Автор

Do you why I would get this?

docker logs zabbix-zabbix-agent-1
** Preparing Zabbix agent
** Preparing Zabbix agent configuration file
**** Configuration file does not exist

EricOnYouTube