► Grab your Monitoring Love Merchandise - teespring.com/stores/monitoring-it
@mustaphaaissat85824 жыл бұрын
Hi, We Have 1 proxy. I faced "proxy can't send data fast enough" when I switch Zabbix proxy from active to passive! I did that because active proxy doesn't support connecting to 2 different Zabbix servers at the same time. Finally, we had to switch to "active mode" due to the problems that were cause by the delays! PS: It's totally OK that your videos are 30 minutes length. I watch all of them to the end :). Thanks for your efforts.
@zabbixtraining4 жыл бұрын
Thanks for sharing
@RNJudas Жыл бұрын
Watched all the way, thanks for sharing and all the insight Dmitry :)
@jonmccombs17114 жыл бұрын
I have 3 proxies, 2 on Raspberry pi4s and 1 as a VM. Most of the connectivity issues are when I upgrade my smart switches the brief restart causes the connection to not get restarted for some brief time. made it to the end. The length of time is not as important as the content. Great job!
@zabbixtraining4 жыл бұрын
Thank you!
@tblich4 жыл бұрын
I made it from beginning to end. Thank you for making this one!
@zabbixtraining4 жыл бұрын
Great job!
@scynk40073 ай бұрын
I watched it to the end, great video! Thank you very much :)
@JATINDERKUMAR-kx6ju Жыл бұрын
Thanks Buddy. It's great help. May God bless you !
How would you run this check (select max(id)-(select nextid from ids whre table_name = "proxy_history" limit 1) from proxy_history;) on PostgreSQL ?
@zabbixtraining4 жыл бұрын
adopt to psql query language.
@mariusz_mm5 ай бұрын
single quotes do the job
@daviouskertal79284 жыл бұрын
How is your mi router 4a gigabit edition? And is performance in 2.4ghz good on it?
@zabbixtraining4 жыл бұрын
Working great without restarts :)
@dtwoinco4 жыл бұрын
Made it to the end! Another great video, thank you!
@zabbixtraining4 жыл бұрын
Thank you!
@dtwoinco4 жыл бұрын
And, zero proxies right now... Waiting for my overall configuration to stabilize a bit, and then figure out where I can start to distribute some load to
@michaelbeasley49234 жыл бұрын
Great video. Watched the whole thing.
@zabbixtraining4 жыл бұрын
Awesome thank you!
@toddzilla4 жыл бұрын
We have 7 proxies here. Any time we've ever had issues with them is exceeding thresholds listed in the proxy monitoring template, or an underlying infrastructure issue. They've performed well my entire Zabbix career. Since several of the mentioned common issues are network related, is it worth mentioning that nmap, ping and traceroute can be very useful?
@zabbixtraining4 жыл бұрын
Those would be helpful to test if network works at all. But not that much for speed.
@toddzilla4 жыл бұрын
@@zabbixtraining Correct, I was thinking more of "does my base network stack work?" I work in a heavily firewalled environment, with a few dozen admins who connect agents to our Zabbix environment. So the question of "is it the network?" comes up often. So much that I've written a distributed tool that when supplied a IP, connects to each proxy and supplies a destination IP and optional port. Each proxy pings, does an nmap on the agent port (default 10050), and executes a zabbix_get on the system.uname key and reports back the results to the tool. Basically testing all layers for my users.
@mathiasandersson89474 жыл бұрын
We are just starting to use Zabbix proxy and are monitoring active agents and active proxy. We only have 65 hosts with around 130 items/host and most of them reports every 5 minutes. Is it normal that the 10 seconds queue should show any items at all or does that indicate that something isnt working as it should?
@zabbixtraining4 жыл бұрын
In a perfect conditions there should not be queue at all.
@mathiasandersson89474 жыл бұрын
@@zabbixtraining It also helps if all the monitored servers have the same time as the zabbix proxy/server. They were all 10s behind in time, after fixing that it looks good. I also looked at your video to the end:)
@arutaarmor3 жыл бұрын
My Zabbix cant detects other NIC cards in the server if I unplug it. Can you please help me?
@robertjyllhed32453 жыл бұрын
Made it to the end of, the video, great information
@vishwajeetkamble85533 жыл бұрын
you are awsomeeeeeeeeeee......thanx for video....
@kernelpanic15983 жыл бұрын
Hello! Thank you very much for the video - like and subscribe Is data saved if zabbix server is down for 12 hours? Will the proxy transfer data to the server when the server becomes available? Will the proxy server be able to provide a "fallback node" while maintaining metrics? Will it transfer data to the server? If there is material on this topic, I would be grateful
@zabbixtraining3 жыл бұрын
Proxy stores 1 hour of data by default, but that can be changed in configuration file. Yes, data will be sent when communication will be restored. And no there is no fallback mechanism
@kernelpanic15983 жыл бұрын
@@zabbixtraining Thanx!
@moijuste85133 жыл бұрын
in the blog post on blog.zabbix.com about this video the mysql query command you pastyed there is wrong, there is a + that should be + and the limit is the letter L instead of the number 1 I spent way to much time copy/pasting this command without understanding what was the issue :D
@simoonYT4 жыл бұрын
Hello from the very end of the movie :)
@zabbixtraining4 жыл бұрын
Thanks for watching!
@Undersen4 жыл бұрын
i got 7 proxies, i had problem with one that i use mysql. the database grow unexpected (40GB +) so i changed for a sqlite based.
@zabbixtraining4 жыл бұрын
Such problem cant be caused by database engine
@toddzilla4 жыл бұрын
Do you know what the root cause of the growth was?
@zabbixtraining4 жыл бұрын
Most likely history daya was not deleted from databse. Housekeeper settings, db tuning, history retention settings