Summarized: I have set up SNMP monitoring for the firewalls and Netapps.
The firewall items are queried every minute and are also visible in the dashboard after a short time.
The items of the Netapps are probably not queried. A query is set up every minute. However, these are often only queried a few times an hour.
snmpget on the console returns the data immediately.
About my environment:
I operate a server with 5 proxies and 250 hosts.
All servers run on Debian 12. I installed Zabbix 7.0.3.
What I have checked or tested:
- Queue is almost always empty
- VPS is at 37
- 10 pollers and 50 snmp pollers are started with 4007 values
- via snmpget in the console I get the values
- “Use combined requests” deactivated for testing
- SNMP items from other hosts of the same proxy are received
In the debug log I see the affected item keys every minute:
sudo tail -f /var/log/zabbix/zabbix_proxy.log | grep CannotTakeover
4317:20240820:185701.692 In substitute_key_macros_impl() data:'fas3220.ha[haCannotTakeoverCause, "Hostname"]'
4317:20240820:185701.692 End of substitute_key_macros_impl():SUCCEED data:'fas3220.ha[haCannotTakeoverCause, "Hostname"]'
The values do not appear in the dashboard.
What else can I check?
Have I forgotten any important details?
I appreciate any tips.
Thank you very much in advance.
The firewall items are queried every minute and are also visible in the dashboard after a short time.
The items of the Netapps are probably not queried. A query is set up every minute. However, these are often only queried a few times an hour.
snmpget on the console returns the data immediately.
About my environment:
I operate a server with 5 proxies and 250 hosts.
All servers run on Debian 12. I installed Zabbix 7.0.3.
What I have checked or tested:
- Queue is almost always empty
- VPS is at 37
- 10 pollers and 50 snmp pollers are started with 4007 values
- via snmpget in the console I get the values
- “Use combined requests” deactivated for testing
- SNMP items from other hosts of the same proxy are received
In the debug log I see the affected item keys every minute:
sudo tail -f /var/log/zabbix/zabbix_proxy.log | grep CannotTakeover
4317:20240820:185701.692 In substitute_key_macros_impl() data:'fas3220.ha[haCannotTakeoverCause, "Hostname"]'
4317:20240820:185701.692 End of substitute_key_macros_impl():SUCCEED data:'fas3220.ha[haCannotTakeoverCause, "Hostname"]'
The values do not appear in the dashboard.
What else can I check?
Have I forgotten any important details?
I appreciate any tips.
Thank you very much in advance.
Comment