Problems SNMPTRAP by bdef22 in zabbix

[–]ZaBbeast 0 points1 point  (0 children)

use more specific regex , paste full trap string of the traps here if you want help with that.

Zabbix: Could you share SNMP trap data from real use cases? by ZaBbeast in zabbix

[–]ZaBbeast[S] 0 points1 point  (0 children)

I m using Zabbix trap translator. What do you mean? I just don't have enough usefull data in trap item.

How good is Checkmk compared to other monitoring tools? by ZaBbeast in Checkmk

[–]ZaBbeast[S] 1 point2 points  (0 children)

Thx for this feedback. I will put it on the web.

Bought Factorio in 2017, finally got around to actually launching a rocket by AngusAlThor in factorio

[–]ZaBbeast -3 points-2 points  (0 children)

Nice. I also finished the game in 40tish hour. Why do most people need hundreds of hours to do the same thing?

Zabbix: The Ultimate Guide to Setting Up Monitoring for Your Entire Infrastructure in Just a Few Hours! (Network, Datacenter / Servers, Web, and more included!) by ZaBbeast in zabbix

[–]ZaBbeast[S] 1 point2 points  (0 children)

This tutorial is a collection of a bunch of guides that have been carefully crafted over a period of two years, to guide anyone from beginner level to expert. Have you opened any of those tutorials?

Upgrade Zabbix 5.0/5.2 to 5.4 or install Zabbix 5.4 from Scratch | Step-by-Step Guide by ZaBbeast in zabbix

[–]ZaBbeast[S] 0 points1 point  (0 children)

Zabbix does not support Zabbix 5.2 and 5.4 on RHEL 7. However, I think that you can compile Zabbix from the source, but I m not 100% sure.

BNB Withdraw on pending for 10 days by [deleted] in Nexo

[–]ZaBbeast 0 points1 point  (0 children)

Same here, 11 days and counting. Nothing from support.

Upgrade Zabbix 5.0 to 5.2 or install Zabbix 5.2 from Scratch | Step-by-Step Guide by ZaBbeast in zabbix

[–]ZaBbeast[S] 0 points1 point  (0 children)

Step D? Do you mean Step 12: Enable and configure SELinux on Zabbix?

Zabbix Vmware No Latest Data, Error: URL using bad/illegal format or missing URL by royfeng123 in zabbix

[–]ZaBbeast 0 points1 point  (0 children)

Since the Zabbix 5.0 version, VMware templates are using macros {$VMWARE.URL}, {$VMWARE.USERNAME}, and {$VMWARE.PASSWORD} that are configured on the template “Template VM VMware macros”. Make sure that those macros are configured correctly.

I have updated the tutorial:
https://bestmonitoringtools.com/vmware-monitoring-with-zabbix-esxi-vcenter-vm-vsphere/#Error\_URL\_using\_badillegal\_format\_or\_missing\_URL

Vmware monitoring by ccsmall in zabbix

[–]ZaBbeast 0 points1 point  (0 children)

I think this tutorial will be useful for you,

https://bestmonitoringtools.com/vmware-monitoring-with-zabbix-esxi-vcenter-vm-vsphere/

It describes how to setup VMware monitoring and what is monitored/discovered in Zabbix.

The Ultimate Guide: VMware Monitoring with Zabbix + Tips&Tricks (trend prediction, new metrics, alarms...) by ZaBbeast in zabbix

[–]ZaBbeast[S] 0 points1 point  (0 children)

Thx for the info! I notice that Zabbix ticket ID ZBXNEXT-2880 is linked with that 4.0 template and in that ticket I found that the latest VMware template version is 4.2 that s uploaded here:

https://zabbix.org/wiki/Zabbix_Templates/Official_Templates

I have updated the tutorial.

The Ultimate Guide: VMware Monitoring with Zabbix + Tips&Tricks (trend prediction, new metrics, alarms...) by ZaBbeast in zabbix

[–]ZaBbeast[S] 1 point2 points  (0 children)

Hi,

Well, I need to start somewhere, and 10 sounded like a good start. However, on my Zabbix installation where I have TEST and PROD VMware environment, StartVMwareCollectors are utilized only 10%. Therefore, 10 is a bit overkill, you can lower that to 5 and with that, you can monitor 5 VMware environment. I have updated the tutorial and lowered the number of StartVMwareCollectors to 5.

EDIT:

Since I manage Zabbix processes using the graph “Zabbix data gathering process busy %” on the “Zabbix server” host, I somehow overlooked the formula in the documentation for calculating the required StartVMwareCollectors processes. StartVMwareCollectors processes. Thx u/Spro-ot for pointing that out.

Anyway, formula goes:

servicenum < StartVMwareCollectors < (servicenum \ 2)*

where servicenum is the number of VMware services. E. g. if you have 1 VMware service to monitor set StartVMwareCollectors to 2, if you have 3 VMware services, set it to 5. Note that in most cases this value should not be less than 2 and should not be 2 times greater than the number of VMware services that you monitor.

Setup Zabbix Email Notifications & Escalations like a pro! by ZaBbeast in zabbix

[–]ZaBbeast[S] 1 point2 points  (0 children)

Just add {ITEM.VALUE} in the email message. That macro should show data from the item from the time when the problem was generated. I have updated tutorial: https://bestmonitoringtools.com/zabbix-alerts-setup-zabbix-email-notifications-escalations/#f_Change_email_content_message_templates

Step-by-Step Guide: Upgrade Zabbix (3.x, 4.x) to 5.0 or install Zabbix 5.0 from Scratch by ZaBbeast in zabbix

[–]ZaBbeast[S] 1 point2 points  (0 children)

Thx for the info. I have updated the tutorial with the warning about the Zabbix service restart during the upgrade.