Тёмный

Zabbix - Monitoring and Alerting with  

OneMarcFifty
Подписаться 58 тыс.
Просмотров 70 тыс.
50% 1

Опубликовано:

 

30 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 145   
@OneMarcFifty
@OneMarcFifty 2 года назад
Please make sure that you also watch the first part on the Awesome Open Source Channel: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-ec2G1PeLS5k.html
@remkm1715
@remkm1715 7 месяцев назад
Zabbix 6.4 apparently introduced major menu shuffle. Configuration> Discovery is now: Data Collection > Discovery . Discover Actions is found under Alerts>Actions
@AwesomeOpenSource
@AwesomeOpenSource 2 года назад
Awesome work! Love this Awesome Open Source software, and such a great presentation!
@OneMarcFifty
@OneMarcFifty 2 года назад
😅Thank you very much Brian
@tomstechnews
@tomstechnews 2 года назад
Awesome content! Thanks from Switzerland! I'm running a quite similar home lab infra and I am looking for a good opensource monitoring solution like zabbix. Using "Uptime Kuma" just satisfies many of my demands. I want to monitor my 20 docker containers in a detailed manner like vm's. One of the reasons not to use Zabbix is the requirement of agents on the destination hosts and the complexity of the solution. Do you have a hint for me?
@OneMarcFifty
@OneMarcFifty 2 года назад
Grüezi Thomas ;-) You could approach it in two ways. Either you add the docker template to the Docker Server that you are monitoring. That will give you information whether the containers are running or not etc. plus you could add additional metrics to the template. If you wanted to have the agent _inside_ the docker containers, then I would add the agent installation to the Dockerfile directly really. If you are using the Docker bridge network however, then all of your containers would have the same IP really - you could circumvent this problem by using the active agents. Last remaining challenge would be how to start the agents (as you have no init process inside the containers) - you would need to add a start command to your docker entry point or use something like tini inside the container. Hope that helps ;-)
@gasparem16
@gasparem16 2 года назад
As always, precise and "down to business" videos. Thanks a lot for the effort and quality!
@OneMarcFifty
@OneMarcFifty 2 года назад
Hey, glad you liked it - thanks for watching ;-)
@ksrarc
@ksrarc 2 года назад
Thank you for sharing knowledge! I have no idea about Zabbix
@OneMarcFifty
@OneMarcFifty 2 года назад
Hi Cesar, thanks for watching ;-)
@unknown_channel_name
@unknown_channel_name 2 года назад
Zabbix looks like something worth trying because always monitoring every aspect of your homelab gets very tedious and hard. Awesome tutorial Marc !
@OneMarcFifty
@OneMarcFifty 2 года назад
Many thanks Vibhu ;-)
@pmrm100
@pmrm100 Год назад
how to create a template for a new device for Zabbix5 to pull data using SNMP ?
@OneMarcFifty
@OneMarcFifty Год назад
The hardest part in SNMP monitoring is always getting hold of the MIB's in order to understand what the values mean. I'd say start with a similar device and then adapt the template based on the MIB.
@aziskhancil2280
@aziskhancil2280 Год назад
Please How to zabbix monitoring log oracle database or mysql database ? Thanks you
@OneMarcFifty
@OneMarcFifty Год назад
There are templates and agents available www.zabbix.com/integrations/oracle www.zabbix.com/integrations/mysql
@rohanghosh9700
@rohanghosh9700 2 года назад
How can I set monitoring and alerting system in openwrt?? How can I track the ip and mac of device which try to attack me?? How can I reverse ddos attack which device try to ddos me??
@OneMarcFifty
@OneMarcFifty 2 года назад
Hi Rohan, it looks like what you are after is not so much a monitoring system, but rather Intrusion detection (IDS) and Intrusion Prevention (IPS). If you wanted to use Zabbix for that then you would first need to define the metrics that would desribe an attack before you could measure them. A DDOS attack however should be handled by the ISP.
@cokegen
@cokegen 2 года назад
I've used Zabbix in all my jobs and I just love it, even though is a bit of a pain to configure and it always takes me some time to "get there" whenever I need to monitor anything new. Also, agreed on checking the documentation, the thing is truly very very powerful. An important thing to watch (I've been bitten by this) is to properly configure the "Housekeeping" parameters (it's basically the process that eliminates old data) so the database doesn't grow out of control, I've had to go and manually clear trends and such with the service stopped in order to get the server back to life. Pay attention to the active vs passive modes of operation, as that is key when designing the monitoring with this. Something interesting probably to do a video on would be how to backup the server configuration and/or to migrate config between zabbix versions, as that's a very common thing that, at least, happened to me and never got to solve (lack of time, mainly). Thanks for the video, your channel is awesome !
@OneMarcFifty
@OneMarcFifty 2 года назад
Great feedback, many thanks for sharing! I remember I had to do stuff in the database once - having a good backup does help (which was quite easy to do with a Proxmox container)
@cokegen
@cokegen 2 года назад
@@OneMarcFifty yeah, saving the full database is doable, but I always was left with a feeling that I didn't knew if jumping versions (upgrades) would have been doable or not, even having a quick way of restoring just the configs, not the trends or any other collected data. Maybe there's something new or maybe that I've missed to accomplish that. I know I don't want to lose my Zabbix configs after spending weeks (if not months) getting the thing working as I needed.
@gt-simdriver6716
@gt-simdriver6716 Год назад
after gettinng beat down for 10 hours I am thinking the same thing. Its running npow and I am going to attempt this but man it is not user friendly.
@kdp06
@kdp06 8 дней назад
My version Zabbix is 7.0.3 but i can't find the " Media types " in Administrator. Can u help me to solve that problem ?
@gt-simdriver6716
@gt-simdriver6716 Год назад
10 hours of pain and I finally got it working. Docker was a major pain and I just installed it on a VM by itself. It still took forever on ubuntu and there were major documentation errors by zabbix. I can say now after setting all of this up, Zabbix has a STEEEEP learning curve WAAAAAY beyond what you said here. Like SNMP monitoring, or HTTP auth monitoring. This is just scratching the surface.
@OneMarcFifty
@OneMarcFifty Год назад
Hi, many thanks for the feedback. Yes I do agree - there is so much more. It's huge, it's powerful. Still - I love it ;-) Glad you got it working!
@allanj
@allanj 2 года назад
How does Zabbix compare to Checkmk - which I have kind of understood is the industry standard? When would I want to use Checkmk instead of Zabbix?
@OneMarcFifty
@OneMarcFifty 2 года назад
Hi Allan, honestly - I can't tell you because I've never used Check_mk. I had used Nagios in the past and it was a nightmare to configure. Stopped using it and figured out that I do need something else. I tried Zabbix and liked it ;-)
@allanj
@allanj 2 года назад
@@OneMarcFifty Yeah Nagios I've also heard about. Maybe someone reading this can fill us in about Chechmk :) But yeah, maybe I'll give Zabbix s try!
@shashankvvst
@shashankvvst Год назад
One of the best Zabbix tutorials I have seen. Thank you!
@mushfigmustafazade8880
@mushfigmustafazade8880 Год назад
Very fluent and a great video. We would be happy if it was wider and more detailed
@OneMarcFifty
@OneMarcFifty Год назад
Hi, this is always a trade-off between time and depth. I could make the video three hours long for sure or make 10 episodes :-) No, seriously - I understand your request, but I try to stick to 10-30 minutes roughly in the videos.
@mushfigmustafazade8880
@mushfigmustafazade8880 Год назад
​@@OneMarcFifty We respect your choice ).
@wallieshere
@wallieshere Год назад
I found my home network increasing as well and thought I'd give Zabbix a try.. thanks for the tutorial. Any chance of covering SNMP one day?
@OneMarcFifty
@OneMarcFifty Год назад
Yeah, why not - might do that. Let's see how the video and feedback go and what people are interested in ;-)
@hakovatube
@hakovatube Год назад
+1 for SNMP
@fuzsin
@fuzsin Год назад
Great job, thank you very much! Very detailed and clearly explained. Despite the new menu structure in 6.4, everything can be found quickly.
@OneMarcFifty
@OneMarcFifty Год назад
Hi Viacheslav, many thanks - glad you liked it ;-)
@gabrifol
@gabrifol Год назад
Great video, but I still prefer cacti with weathermap and mactrack plugin. Do you use them?
@OneMarcFifty
@OneMarcFifty Год назад
Hi, absolutely not - I have never heard of those. But I have just googled for it and - they do look awesome. Many thanks for the hint - I definitely need to read up on those! Where they easy to install ? (Zabbix can be a challenge to configure...)
@gabrifol
@gabrifol Год назад
@@OneMarcFifty It's an opensource project in production for years, followed by many developers (GitHub) but if zabbix is difficult to configure, cacti is even worse, but once it's done you don't need to do anything else (just a backup of the virtual machine). There are many videos on youtube on how to install cacti, but I recommend you to install the latest version available (security issue) on ubuntu (server or desktop). Anyway, the coolest and most useful things are the plugins: weathermap for single port bandwidth monitoring of switches/firewalls/routers and mactrack for monitoring and notifications of new devices in the network. I'm trying to setup the "flowview" plugin to monitor the bandwidth occupied by individual IPs, but I haven't succeeded yet
@yinshao8809
@yinshao8809 Год назад
For a person whose English is not very good, I suggest you attach the link to the lecture notes with @AwesomeOpenSource. Thanks a million.
@OneMarcFifty
@OneMarcFifty Год назад
Hi, you can find the whole transcript of my most recent video on my blog site www.onemarcfifty.com
@asif530
@asif530 2 года назад
Great I will look into this option as I have used Grafana for my monitoring on AWS. Just a question does Zabbix have cost for license or is it free to download?
@OneMarcFifty
@OneMarcFifty 2 года назад
GPL License, 100% free ;-) www.zabbix.com/true_open_source
@asif530
@asif530 2 года назад
@@OneMarcFifty perfect many thanks. All the best
@Flackon
@Flackon 8 месяцев назад
Nice tutorial. For some reason my "add hosts" rule isn't adding any hosts. And the discovery rule only ever discovered 2 devices in the whole network. Not sure what's going on...
@muhammadnaumaniftikhar3930
@muhammadnaumaniftikhar3930 Год назад
Hi. I m stuck in link labelling attributes in map. I dont know about macro Syntex and i didn't find anything regarding Syntex add in label. Please share some details. Link speed, host connection etc.
@Shaivin
@Shaivin 6 месяцев назад
How do I set a alert in which whenever my mongodb service goes down, I get alert in a channel in Micorsoft teams?
@JavierPerez-fq2fi
@JavierPerez-fq2fi 2 года назад
Bravo!! One of the best monitoring videos I ever seen. Useful, quick (taking into account information shared) and short to the point. Great job as usual, congratulations.
@OneMarcFifty
@OneMarcFifty 2 года назад
Hello Javier. Thank you so much for your friendly feedback ;-)
@neeshaantmdk7184
@neeshaantmdk7184 2 года назад
Tysm, did everything as described
@OneMarcFifty
@OneMarcFifty Год назад
Hi, many thanks for the feedback - did everything work as expected?
@tusharmishra5812
@tusharmishra5812 Год назад
I like this , also I want to learn detailed operation and configuration for this product..
@0ChAnTi
@0ChAnTi 2 года назад
Hell Marc, nice video again. You motivated me to start my existing zabbix VM, again. maybe you can tell zabbix is able to use proxy instances to connect different client Networks? And is there a High Availability solution with a second server on different premise?
@OneMarcFifty
@OneMarcFifty 2 года назад
Hi, many thanks. High availability is documented here www.zabbix.com/documentation/current/en/manual/concepts/server/ha and there is also a proxy available: www.zabbix.com/documentation/current/en/manual/concepts/proxy
@gajeelsomugba3785
@gajeelsomugba3785 Год назад
ur a fcking legend dude honestly
@OneMarcFifty
@OneMarcFifty Год назад
Thank you very much ;-)
@briancoverstone4042
@briancoverstone4042 Год назад
This is great! I've been looking for a replacement for Nagios for years. I also need inventory. Zabbix might be it! Thank you, I will check this out.
@OneMarcFifty
@OneMarcFifty Год назад
Hi Brian - thanks for the feedback. I had been using Nagios/Nems as well and I am so delighted with Zabbix now ;-)
@nahuelcantero8158
@nahuelcantero8158 8 месяцев назад
This video is Beautifuly explained thanks a lot!
@annageorgies1430
@annageorgies1430 Год назад
Thank you so much bro. Sending virtual hugs. Worked like a charm ;-)
@OneMarcFifty
@OneMarcFifty Год назад
Hi Anna, thank you so much for your friendly feedback. Much appreciated ;-)
@hezish12345
@hezish12345 2 года назад
Thanks! very useful.
@OneMarcFifty
@OneMarcFifty 2 года назад
Thank you very much.
@nalle475
@nalle475 2 года назад
Thanks now I got it! Now just to find the time to rework my monitoring. This will make the same as 5-6 app’s running today.
@OneMarcFifty
@OneMarcFifty 2 года назад
Awesome - let me know how it goes ;-)
@miriamramstudio3982
@miriamramstudio3982 2 года назад
Great video. Thanks
@OneMarcFifty
@OneMarcFifty 2 года назад
Thank you very much.
@gibson7654
@gibson7654 Год назад
Can you advise how to deal with flapping alerts?
@danielyoutube8960
@danielyoutube8960 2 года назад
Thanks, very interesting!
@OneMarcFifty
@OneMarcFifty 2 года назад
Thank you very much
@sarundayo
@sarundayo Год назад
Can Zabbix also monitor internet traffic for disconnections?
@adooken1019
@adooken1019 2 года назад
Amazing! Yes more please!! On how to add devices from different subnets. Zabbix Proxy. And whatever else we don't know!
@OneMarcFifty
@OneMarcFifty 2 года назад
Great points, many thanks for the feedback.
@JanVaskoSG
@JanVaskoSG Год назад
It worked. Thanks a lot
@OneMarcFifty
@OneMarcFifty Год назад
Hi Jan, glad to hear that - thank you very much.
@ediahmadfauziserbhaneka9946
It worked. Thanks a lot
@OneMarcFifty
@OneMarcFifty Год назад
Hi, I am glad to hear that - many thanks for the feedback!
@chochix
@chochix Год назад
You have a new fan and subscriber. Thanks for share your knowledge and keep the community grow with your lessons. Greetings from Valencia, Spain.
@OneMarcFifty
@OneMarcFifty Год назад
Hey, thank you very much for your comment and for subscribing ;-)
@atomcreativeagency
@atomcreativeagency Год назад
Mlk, se pá que o canal foi hackeado
@OneMarcFifty
@OneMarcFifty Год назад
Hopefully not ;-)
@jetskisnowboardski
@jetskisnowboardski Год назад
Zabbix has a pretty high learnibg curve. You made it look easy. Is there never any tweaking to the agents needed?
@OneMarcFifty
@OneMarcFifty Год назад
Hi Henrik, I believe it depends what target systems you have and what you want to collect. On LXC containers and on OpenWrt, there are tweaks available. To me however, monitoring basic system state was the main goal. Monitoring services will be the next one.
@whatizzydoin
@whatizzydoin 2 года назад
Brilliant, learned something new. Would be good to see how to configure alerts properly. I get notifications for a server being unresponsive by icmp but then it resolves 10 minutes later. Would be good to dive into those templates to see how to customise them.
@OneMarcFifty
@OneMarcFifty 2 года назад
Hi Matthew - you can actually define the triggers for alerts on the templates or you can overwrite them for single elements on single hosts. For example under the Configuration for the host you can see "Macros" - many of these define thresholds (such as {$VFS.FS.PUSED.MAX.WARN} - Warning threshold for file system usage). You can change them on that page for one given host. I also defined a template which I called "Ping only no alerts" for hosts that I just want to ping and see if they are online but removed all triggers.
@ctyl5686
@ctyl5686 Год назад
Good video - thank you.
@OneMarcFifty
@OneMarcFifty Год назад
Thanks for watching ;-)
@rhb.digital
@rhb.digital Год назад
this is awesome. thnx.. Just started with Zabbix
@AMian-yf2hn
@AMian-yf2hn 2 года назад
Really good complement to Awesome Opensource one ! Nice tips...
@OneMarcFifty
@OneMarcFifty 2 года назад
Thank you very much ;-)
@jafrujafru
@jafrujafru 2 года назад
Very useful & Thanks for the link to LXC template
@OneMarcFifty
@OneMarcFifty 2 года назад
Hi Joaquim, many thanks for the feedback.
@raffaeleschiavello3853
@raffaeleschiavello3853 2 года назад
Thank you for this! Super cool video! A+++
@OneMarcFifty
@OneMarcFifty 2 года назад
Salve Raffaele, many thanks for your friendly feedback.
@Mike28081991
@Mike28081991 2 года назад
Thanks for the video(s)! I was looking forward to this video since i first heard from the teaser. There is no other video comparable to yours.
@OneMarcFifty
@OneMarcFifty 2 года назад
Oh that’s very kind of you - thank you very much ;-)
@welliolima8392
@welliolima8392 Год назад
Muito obrigado por compartilhar conhecimento. Suas observações são excelentes!!!!!
@OneMarcFifty
@OneMarcFifty Год назад
Muito obrigado Wellio ;-)
@twincitiespcmd
@twincitiespcmd 2 года назад
Exciting! Can a Zabix Docker container, as installed by Brian on the Awesome Open Source Channel you link to, be installed in a Proxmox VM?
@OneMarcFifty
@OneMarcFifty 2 года назад
Hi Matt, yes it can. But if you do Proxmox then you might as well just install the software directly into an LXC container.
@twincitiespcmd
@twincitiespcmd 2 года назад
@@OneMarcFifty That is what I thought. My "hardware" is really mostly made up of Proxmox VMs and containers. I don't currently have an open linux server running on bare metal.
@fastmover45
@fastmover45 2 года назад
Have been useing Zabbix for network monitoring for a few years now. it allows me to keep an eye on my ISP as well !. Fantastic video keep it up Marc
@OneMarcFifty
@OneMarcFifty 2 года назад
Many thanks for your friendly feedback ;-)
@mpsam8947
@mpsam8947 2 года назад
Installed, everything works, thanks!
@OneMarcFifty
@OneMarcFifty Год назад
Awesome. I am happy that it worked for you.
@tonebaxter
@tonebaxter 2 года назад
I just installed nagios and was thinking about giving zabbix a try… Thanks for the video & channel recommendation…
@OneMarcFifty
@OneMarcFifty 2 года назад
Hi, I’ve used nagios in the past and liked it, but configuring it is quite a challenge ;-) these days I really prefer Zabbix ;-)
@tonebaxter
@tonebaxter 2 года назад
@@OneMarcFifty yes I’ve used nagios in the past as well so the configuration was not that challenging but you’re right, it can be a beast to set up. Will definitely give zabbix a try.. Regards
@savassalvador3404
@savassalvador3404 11 месяцев назад
Thank you teşekkürler
@diegolagosmorales2536
@diegolagosmorales2536 Год назад
Great video, thx so much
@robertlevasseur8896
@robertlevasseur8896 2 года назад
Awesome program
@OneMarcFifty
@OneMarcFifty 2 года назад
Hi Robert, yes - I love it too ;-)
@DilnuwanAmaraweera
@DilnuwanAmaraweera 2 года назад
Thank you so much
@OneMarcFifty
@OneMarcFifty 2 года назад
You are welcome - many thanks for watching.
@ciybe
@ciybe Год назад
Great work ❤ didn't know zabbix but it seems to perfectly fit for my small business setup
@OneMarcFifty
@OneMarcFifty Год назад
Glad you like it! Many thanks for the feedback
@kitisakt
@kitisakt 3 месяца назад
"Wow, You made such a great channel! Your content is really informative and even though it's technical, you explain it in a way that's easy to understand and follow. It's been a fantastic resource for me, a curious learner, and I even share your videos with my students! Thanks for creating such valuable content!"
@arenetasatrec4939
@arenetasatrec4939 Год назад
Tnx. It's lonely to see those different approaches and techniques used. Tips always welcome.
@bullionaireDT
@bullionaireDT Год назад
More!! Great videos can't wait to see Ansible!
@OneMarcFifty
@OneMarcFifty Год назад
Hi Ryan - thanks, it's noted ;-)
@kene8285
@kene8285 Год назад
Very helpful presentation. Thanks for the very professional introduction into Zabbix.
@arghyl
@arghyl 2 года назад
This is such a great collaboration. I'm giving this a try in the lab!
@OneMarcFifty
@OneMarcFifty 2 года назад
Hi Rodrigo, that's awesome - let us know how it goes. I am sure you'll like it ;-)
@ccJoeMurphy
@ccJoeMurphy Год назад
really enjoyed your overview of X.509 be great to see you dive deeper into creating certs for code signing similarly to what HSM folks do
@selfmades4494
@selfmades4494 2 года назад
works gj
@OneMarcFifty
@OneMarcFifty Год назад
Perfect - many thanks for your feedback.
@BrandonJohnson-yk7tb
@BrandonJohnson-yk7tb 2 года назад
Please definitely do follow-ups with this one
@OneMarcFifty
@OneMarcFifty 2 года назад
Hi Brandon, I'll discuss it with Brian ;-)
@annageorgies1430
@annageorgies1430 Год назад
GENIUS
@OneMarcFifty
@OneMarcFifty Год назад
Many thanks Anna ;-)
@erickwdaniel739
@erickwdaniel739 7 месяцев назад
This is wonderful and helpful,awesome job
@charlykjoseph
@charlykjoseph 2 года назад
Great video , waiting for next one
@OneMarcFifty
@OneMarcFifty 2 года назад
Thank you very much.
@65jerzy
@65jerzy Год назад
Hell yeah man good work
@OneMarcFifty
@OneMarcFifty Год назад
Thank you very much ;-)
@BeOCeKa
@BeOCeKa Год назад
Also das ist jetzt mal ein richtig gutes Video!! Ich hätte nicht dagegen, noch mehr von Zabbix zu sehen.
@FindersServices
@FindersServices Год назад
Awesome tutorial Teacher Marc ! Thanks a lot for the effort.
@jitendramathur3720
@jitendramathur3720 6 месяцев назад
Nicely explained,Thanks dear
@sss-bbb
@sss-bbb 8 месяцев назад
Perfect
@azatkhan4714
@azatkhan4714 7 месяцев назад
Thank you for your efforts!
@evgeniynova2341
@evgeniynova2341 2 года назад
Спасибо за обзор, это очень интересно. Ели это возможно сделайте обзор на netdata, хотелось бы сравнить функционал и возможности
@OneMarcFifty
@OneMarcFifty 2 года назад
Hi Evgeniy, many thanks. I haven't thought of netdata - many thanks for the hint.
@Vithew
@Vithew 8 месяцев назад
I've went through thousands of zabbix tutorials but this is the best!! Thanks & Kudos to your excellent and intellectual effort!
Далее
IPv6 from scratch - the very basics of IPv6 explained
14:34
Zabbix basic concepts - Hosts, Items, Triggers
18:07
Просмотров 64 тыс.
How to upgrade OpenWrt?
21:31
Просмотров 39 тыс.
An overview of Zabbix 4.0 and how we are using it.
34:45
From Homelab to Production - TalosCon 2024
42:24
build a home lab server with proxmox
18:27
Просмотров 322 тыс.
how did I NOT know about this?
23:06
Просмотров 920 тыс.
Zabbix 7 LTS Release  - What's new
22:25
Просмотров 10 тыс.
host ALL your AI locally
24:20
Просмотров 1,1 млн
What is new in OpenWrt 22.03 ?
14:49
Просмотров 68 тыс.