Zabbix 6.0 High Availability ( HA Cluster ) Setup Tutorial

  Рет қаралды 19,263

Dmitry Lambert

Dmitry Lambert

Күн бұрын

Пікірлер: 44
@alexanderbeggins3098
@alexanderbeggins3098 2 жыл бұрын
It`s not HA if your database is on one node.
@hiteshbhandari5333
@hiteshbhandari5333 8 ай бұрын
One can split DB and zabbix server
@KatkadeR
@KatkadeR 2 жыл бұрын
What if we shut down Node1 which have frontend and nginx?
@ericbanayal
@ericbanayal Жыл бұрын
Without frontend, how to monitor your devices when the main server goes down ?
@semirauthsala6001
@semirauthsala6001 2 жыл бұрын
what happen if physical / virtual host goes down with database and front-end ? do we need to install DB/server/front-end in different servers to get full functionality in ha systems ?
@lung510
@lung510 2 жыл бұрын
Seems this native HA cover zabbix-server only. I whether backup the full system than using this Server HA only solution 🤔
@gideon30
@gideon30 2 жыл бұрын
Regarding the HA, when Node1 is down, the connections will transfer to node2... how about when node1 is now UP, will it automatically transfer to node1 as Active?
@mahdinajafi3002
@mahdinajafi3002 10 ай бұрын
Thanks man. Very informative 🙏
@zabbixtraining
@zabbixtraining 10 ай бұрын
Thanks you!
@sjuarez2000
@sjuarez2000 Жыл бұрын
I think it's misleading to say that Zabbix offers HA functionality when it really doesn't. The DB is on one node only, so how r u supposed to access the web management interface or DB when node 1 is offline?
@zabbixtraining
@zabbixtraining Жыл бұрын
Zabbix offers HA for zabbix component. Databases and web engine are mandatory, but not part of zabbix software. There are other ways to have database and web ha
@sjuarez2000
@sjuarez2000 Жыл бұрын
@@zabbixtraining Care to show us how to achieve HA for DB and frontend? Thanks!
@ryzurrin
@ryzurrin 7 ай бұрын
@@sjuarez2000 I second this!
@HenPadeh
@HenPadeh Жыл бұрын
Hey Dmitry, Let's say that the DB is install separately and also two zabbix servers, 101 and 102 (just like your video) Is there any way to install frontend on 102 so that if 101 in down and the DB is still up and running the zabbix frontend will still be running also ? Thanks 🙌
@zabbixtraining
@zabbixtraining Жыл бұрын
Sure, you can have frontend and server on same machine on each node
@SukhdevJadhav
@SukhdevJadhav Жыл бұрын
How about frontend high availability?
@aalmarshad
@aalmarshad 8 ай бұрын
How to do it with SNMP? How to tell it there is another zabbix node?
@juannogues8167
@juannogues8167 Жыл бұрын
Hi, is the HA solution designed for the frontend or is it for the agents?
@szakolczigabor
@szakolczigabor 10 ай бұрын
Hi, thank you for the video. I would like to ask, what happens when I install the DB on separate machine, and the DB will be unreachable. Will the two zabbix-servers keep their active-standby statuses? Will I get notification about the DB unreachability from the active server? Or will just crash my monitoring system? Thank you.
@zabbixtraining
@zabbixtraining 10 ай бұрын
If the database in inaccessible, you get a notification from active Zabbix. But cluster status and info which node is active and which passive is stored in database, so that info can't be changed without connection to db.
@szakolczigabor
@szakolczigabor 10 ай бұрын
Thank you, @@zabbixtraining
@jigenm1917
@jigenm1917 8 ай бұрын
I was working on Zabbix HA today and came across this video. Zabbix doesnt actually offer a real HA solution apparently, even though they claim to do so on their webpage. For example, in this video, you only have one database, which means if that fails, your installation is gone. Hence the video is misleading. I will try to install a true Zabbix HA cluster using Galera replication.
@zabbixtraining
@zabbixtraining 8 ай бұрын
Don't forget that Zabbix software is "Zabbix", not the database. For fully operational stack of course database and frontend are required, but it's not really Zabbix's responsibility to set that up. Especially, because there might be different database engines used. You can use native Zabbix server HA, and configure DB replication and master/master web engine yourself.
@ryzurrin
@ryzurrin 7 ай бұрын
@@zabbixtraining Can you do a tutorial on setting up a replication DB with failover and master/master web engine please, your tutorials are the best and easiest to follow along too and i think many of us would really enjoy such a tutorial.
@MerabKatibashvili
@MerabKatibashvili 3 ай бұрын
High Availability ( HA Cluster ) if you want set domain name with SSL how will be configuration need to both servers or?
@flavinhof
@flavinhof 2 жыл бұрын
Even with this High Availability has a failure point at DB, am I right ?
@zabbixtraining
@zabbixtraining 2 жыл бұрын
Yes, native HA is for server only
@azentavr
@azentavr 2 жыл бұрын
@@zabbixtraining why there is nothing about database? Can it be something like circular (or master-master) replication for the DB?
@brunotaboada3429
@brunotaboada3429 Жыл бұрын
Hi Dimitry, I have a question for you. Does zabbix support multiple active master instances?
@zabbixtraining
@zabbixtraining Жыл бұрын
Not yet
@sunilchatooa8031
@sunilchatooa8031 Жыл бұрын
Can you use HA with agent versions < 6.0?
@toddzilla
@toddzilla 2 жыл бұрын
Thanks, very informative!
@zabbixtraining
@zabbixtraining 2 жыл бұрын
Thank you!
@skyhawk0
@skyhawk0 2 жыл бұрын
Can we cluster between zabbix 5.0 to zabbix 6.0
@Egimatic
@Egimatic 2 жыл бұрын
What flavour of linux would you pick besides oracle linux? Rocky or alma?
@zabbixtraining
@zabbixtraining 2 жыл бұрын
RHEL? :)
@danyelrp
@danyelrp 2 жыл бұрын
How is the frontend configuration if it is installed on a separate server? need a vip ip?
@zabbixtraining
@zabbixtraining 2 жыл бұрын
Frontend gets active server IP from Database
@danyelrp
@danyelrp 2 жыл бұрын
@@zabbixtraining tnks!
@xiaoyu866
@xiaoyu866 2 жыл бұрын
@@zabbixtraining how can we access frontend page if 101 is shutdown as only zabbix-server-mysql was installed in 102??
@someshwarkotsulwar7605
@someshwarkotsulwar7605 Жыл бұрын
​@@zabbixtraining so do we need to have a separate frontend for the standby node as well?
@magdytawfik9350
@magdytawfik9350 10 ай бұрын
Great Man
@viettungpham5603
@viettungpham5603 4 ай бұрын
sh , you disappointed me so much, I thought there would be 2 SQL systems with H-A together, turns out you pointed to 2 servers with 1 database
@MrRozenkreuser
@MrRozenkreuser 2 ай бұрын
This realisation of HA is useless
Zabbix Upgrade To 6.0 LTS
20:01
Dmitry Lambert
Рет қаралды 15 М.
VIP ACCESS
00:47
Natan por Aí
Рет қаралды 29 МЛН
My scorpion was taken away from me 😢
00:55
TyphoonFast 5
Рет қаралды 1,8 МЛН
How Many Balloons To Make A Store Fly?
00:22
MrBeast
Рет қаралды 199 МЛН
Proxmox High Availability With Ceph
8:07
Jim's Garage
Рет қаралды 15 М.
Zabbix - Monitoring and Alerting with  @AwesomeOpenSource
18:23
OneMarcFifty
Рет қаралды 74 М.
How to use Heartbeat and DRBD for HA (high availability)
31:23
Daniel Persson (Kalaspuffar)
Рет қаралды 9 М.
Setting Up Proxmox High Availability Cluster & Ceph
16:54
Novaspirit Tech
Рет қаралды 31 М.
ZABBIX Housekeeper - What You Need To Know
20:35
Dmitry Lambert
Рет қаралды 22 М.
PostgreSQL HA High Availability Tutorial
19:04
High-Performance Programming
Рет қаралды 51 М.
5 Things To Do After Installing ZABBIX
10:38
Dmitry Lambert
Рет қаралды 30 М.
VIP ACCESS
00:47
Natan por Aí
Рет қаралды 29 МЛН