Unleash Zabbix Power: Server and mass agent install! Part 6

  Рет қаралды 6,312

Awesome Open Source

Awesome Open Source

Күн бұрын

=== Links ===
Show Notes
wiki.opensourceisawesome.com/...
Zabbix Docker
github.com/zabbix/zabbix-docker
Get the AwesomeOpenSource Merchandise
awesomeopensource.creator-spr...
Support my Channel and ongoing efforts through Patreon:
/ awesomeopensource
Buy Me a Coffee or Beer
paypal.me/BrianMcGonagill?cou...
=== Timestamps ===
00:00 Beginning
00:08 Introduction to Zabbix
02:38 Installing the Zabbix Server
03:32 Thank you to my Patrons, Subscribers and Beer / Coffee Buyers
14:05 Setup our Reverse Proxy
20:11 Setup the Server's Docker Agent
28:26 Install the Agent Manually
51:32 Install Multiple Agents Simultaneously Using Ansible
=== Contact ===
Twitter: @mickintx
Telegram: @MickInTx
Mastodon: @MickInTx@fosstodon.org
Try out SSDNodes VPS Services! Amazing Specs for incredibly low costs. I'm running a 32 GB RAM / $ CPU Server for only $9 a month! Seriously. FOr long term server usage, this is the way to go!
www.ssdnodes.com/manage/aff.p...
Get a $50.00 credit for Digital Ocean by signing up with this link:
m.do.co/c/a6a61ae55242
Use Hover as your Domain Name Registrar to get some great control over you domains / sub-domains:
hover.com/SHPaiirr
Support my Channel and ongoing efforts through Patreon:
/ awesomeopensource
What does the money go to?
To Pay for Digital Ocean droplets, donations to open source projects I feature, any hardware I may need to purchase for future episodes (which I will then give to a subscriber in a drawing or contest).

Пікірлер: 31
@talbech
@talbech Ай бұрын
Zabbix/Grafana/Graylog is a nice setup for monitoring a server/network setup. Been using that for years, but I am slowly shifting towards Prometheus/Grafana/Graylog.
@AwesomeOpenSource
@AwesomeOpenSource Ай бұрын
It's a nice setup for sure.
@talbech
@talbech Ай бұрын
I have two more comments after watching the video. Make sure you use some kind of encryption if you are communicating between the Zabbix server and the agent over a non-secure connection. All data is sent in clear text. One of the downsides of Zabbix is that it doesn't scale all that well. You really need to utilise Zabbix proxies once your setup grows. I usually place proxies in each of the co-locations or larger customers and have them send information to the server itself. This will greatly lower the load of the server.
@AwesomeOpenSource
@AwesomeOpenSource Ай бұрын
Absolutely. I use the VPN for this, and suggest anyone else do the same for this reasy. Great tips! Definitely will setup a Proxy in the series later on.
@jus4027
@jus4027 Ай бұрын
Another great video. Cheers
@AwesomeOpenSource
@AwesomeOpenSource Ай бұрын
Thanks so much!
@KenPryor
@KenPryor Ай бұрын
Love this. Thanks so much for all you do. The Ansible portion didn't completely work for me, so I gotta go back and figure out where the problem is. Probably a typo on my part. Either way, I learned a lot and am happy to finally have Zabbix up and running.
@AwesomeOpenSource
@AwesomeOpenSource 29 күн бұрын
glad you liked it, sorry the Ansible didn't work. If you'll let me know what was wrong, I'll definitely try to work on my script.
@KenPryor
@KenPryor 29 күн бұрын
@@AwesomeOpenSource Thank you! I'll post on your discussion board about it. Probably be easier. I'm getting a couple different errors that I haven't been able to figure out yet.
@NetBandit70
@NetBandit70 Ай бұрын
Zabbix 7 was just released
@AwesomeOpenSource
@AwesomeOpenSource Ай бұрын
Nice.
@broph3n
@broph3n Ай бұрын
Good timing was setting up Icinga2 but can't add agents for Alma🧐
@AwesomeOpenSource
@AwesomeOpenSource Ай бұрын
Hopefully this will give you everything you need to get started.
@RonnieRedd
@RonnieRedd Ай бұрын
Liking and commenting 😊
@elonbrusque
@elonbrusque Ай бұрын
. @AwesomeOpenSource I noticed in the Zammad install my init container was failing and stuck in restart over and over. After looking at the logs it was dependent on the postgres container succeeding. I found that the characters in the pass when using -base64 were not well liked by postgres. I instead used openssl rand -hex 32 and it worked fine with a long strong password ;)
@AwesomeOpenSource
@AwesomeOpenSource Ай бұрын
Great tip! Thanks for that!
@elonbrusque
@elonbrusque 29 күн бұрын
@@AwesomeOpenSource I have had issues getting the idp onto netbird vpn to further push the automation of zabbix agents? any helpful tips are appreciated!
@elonbrusque
@elonbrusque 29 күн бұрын
@@AwesomeOpenSource NVM I had to install the docker netbird client instead lol
@AwesomeOpenSource
@AwesomeOpenSource 29 күн бұрын
Interesting. I just ran the normal Netbird client on mine. Wonder why those ended up different.
@elonbrusque
@elonbrusque 27 күн бұрын
@@AwesomeOpenSource I know you are a huge advocate for nice GUI stuff. You may have already tried it but Semaphore for ansible is free and opensource and works just like AWX as an orchestrator
@nanaksinghdhanoa5180
@nanaksinghdhanoa5180 Ай бұрын
you should make a video on Erpnext for your Opensource MSP series
@broph3n
@broph3n Ай бұрын
Agreed!
@AwesomeOpenSource
@AwesomeOpenSource Ай бұрын
I'll add it to my list.
@D13FUZ3
@D13FUZ3 15 күн бұрын
following your video precisely and when i run docker compose up -d && docker compose logs -f It just keeps saying: **** MySQL server is not available. Waiting 5 seconds... Its been stuck like this for over an hour. I thought it had to do with the passwords so i changed them using hex instead of base64 but still the issue persists
@D13FUZ3
@D13FUZ3 15 күн бұрын
I found my issue. So I'm hostring my ubnuntu 22.04 server from my proxmox machine and the cpu type was set to kvm64. apparently docker doesnt like this. I changed it to host and not its able to start the database. But the issue now is: Zabbix agent item "system.swap.size[,total]" on host "Zabbix server" failed: another network error, wait for 15 seconds
@D13FUZ3
@D13FUZ3 15 күн бұрын
@AwesomeOpenSource Any idea why my zabbix server agent config file keeps resetting itself everytime the zabbix vm reboots? I have to keep going and setting the source ip and serverips every time it reboots.
@AwesomeOpenSource
@AwesomeOpenSource 12 күн бұрын
Map that folder as a volume. Add it to the agent compose section. I saw the same thing after i released the video. Need to add it to my show notes. But that will be the easiest fix. Once mapped, your settings will persist.
@stevenwinderlich2891
@stevenwinderlich2891 Ай бұрын
Microsoft license costs for germany are higher than ever and still i guess nobody cares at all......
@apricotcomputers3943
@apricotcomputers3943 Ай бұрын
Well... It's not so much they don't care.. they just typically have the 💰 to buy wingdowzz
@AwesomeOpenSource
@AwesomeOpenSource Ай бұрын
Sadly, it's about blissful ignorance. The big tech companies depend on the ambivalence of the general population.
Aiffro K100 All SSD NAS. Low Power, High Performance!
19:16
Awesome Open Source
Рет қаралды 6 М.
The child was abused by the clown#Short #Officer Rabbit #angel
00:55
兔子警官
Рет қаралды 24 МЛН
Final muy increíble 😱
00:46
Juan De Dios Pantoja 2
Рет қаралды 49 МЛН
Purely Mail - Communication shouldn't be left to chance!
25:28
Awesome Open Source
Рет қаралды 10 М.
The Open Source Software I use in 2024 - Part 2
31:12
Awesome Open Source
Рет қаралды 55 М.
Setting up a wireguard server in under 5 mins
4:22
Mohamed Jinas
Рет қаралды 67
How to get a 64 core 377gb ram vps / server for free !
4:28
The Vps Maker
Рет қаралды 27 М.
Хотела заскамить на Айфон!😱📱(@gertieinar)
0:21
Взрывная История
Рет қаралды 5 МЛН
When you have 32GB RAM in your PC
0:12
Deadrig Gaming
Рет қаралды 1,6 МЛН
Урна с айфонами!
0:30
По ту сторону Гугла
Рет қаралды 8 МЛН
ИГРОВОВЫЙ НОУТ ASUS ЗА 57 тысяч
25:33
Ремонтяш
Рет қаралды 339 М.