Hi Guys,
Zabbix monitors a database oracle 19 via ODBC. There are zabbix server and zabbix proxy, which are doing sql requests to oracle DB via ODBC. Zabbix version is 6.0.21.
Currently there are two issues with monitoring DB via ODBC:
1. Utilization of ODBC pollers grows unstopable during 2-3 days and then zabbix-server/proxy stopes updating odbc items becase of 100% utilization, but if i open any odbc item and click on execute it will gather fresh data from db.
The only solution I found to cronjob to restart server/proxy daemon every day. Here is a graph of poller use:

I've tried to increase amout of odbc pollers, increase timeoutes, updated oracle odbc driver from 12 till 19 version, but there is on result.
2. The second issue, that one of the odbc item stops updating information from oracle, while other are still working. It frozes and starts updating again if I only restart zabbix-proxy. If I go to the settings of frozen item and click 'execute it' it will get fresh info.
Here are examples of two ODBC itmes, they are working with the same oracle db. Both are just simple sql request.

Zabbix monitors a database oracle 19 via ODBC. There are zabbix server and zabbix proxy, which are doing sql requests to oracle DB via ODBC. Zabbix version is 6.0.21.
Currently there are two issues with monitoring DB via ODBC:
1. Utilization of ODBC pollers grows unstopable during 2-3 days and then zabbix-server/proxy stopes updating odbc items becase of 100% utilization, but if i open any odbc item and click on execute it will gather fresh data from db.
The only solution I found to cronjob to restart server/proxy daemon every day. Here is a graph of poller use:
2. The second issue, that one of the odbc item stops updating information from oracle, while other are still working. It frozes and starts updating again if I only restart zabbix-proxy. If I go to the settings of frozen item and click 'execute it' it will get fresh info.
Here are examples of two ODBC itmes, they are working with the same oracle db. Both are just simple sql request.
Comment