Hi,
Running Zabbix 7.0.5 with MariaDB 15.1
I am monitoring twenty Dell Cumulus switches with the "Network Generic Device by SNMP" template. I am seeing gaps in my interface graphs, so i started troubleshooting.
All switches except one are disabled to make troubleshooting easier.
When we look at latest data for this host/interface, we can see Bits received was not updated, while we know it was polled.

With tcpdump i can see the switch interfaces are polled every 3 minutes. I am focusing on a specific interface here and have set SNMP agent "use combined request" to disabled.

Next i increased the polling logger to see it from th zabbix perspective. We can see Zabbix polling the item.

Next i've started a MariaDB query log. When we look for inserts with the item-id for Bits Received for this interfaces, we can "sometimes" see data being inserted into the DB, but also sometimes we can see the poll, but not the DB insert.

My question is, what would be the best next step to enable for logging in Zabbix?
With zabbix_server log_level_increase i do not see a specific process_type for Database related logging.
Thanks in advance, Thomas
Running Zabbix 7.0.5 with MariaDB 15.1
I am monitoring twenty Dell Cumulus switches with the "Network Generic Device by SNMP" template. I am seeing gaps in my interface graphs, so i started troubleshooting.
All switches except one are disabled to make troubleshooting easier.
When we look at latest data for this host/interface, we can see Bits received was not updated, while we know it was polled.
With tcpdump i can see the switch interfaces are polled every 3 minutes. I am focusing on a specific interface here and have set SNMP agent "use combined request" to disabled.
Next i increased the polling logger to see it from th zabbix perspective. We can see Zabbix polling the item.
Next i've started a MariaDB query log. When we look for inserts with the item-id for Bits Received for this interfaces, we can "sometimes" see data being inserted into the DB, but also sometimes we can see the poll, but not the DB insert.
My question is, what would be the best next step to enable for logging in Zabbix?
With zabbix_server log_level_increase i do not see a specific process_type for Database related logging.
Thanks in advance, Thomas
.. one is OK, one is not..
Comment