Hello,
This is my first time here. I’m using Zabbix v7.0 and Veeam v12.3, and I’m trying to monitor Veeam using the zabbix agent, but I keep getting the error “There are errors in requests to API.” :

I found some posts on the Zabbix forum about this type of error. They suggest commenting out some lines in the getMetricsData() function from the “Get Metrics” item, such as:
Does anyone know of a solution to this problem? Thanks
This is my first time here. I’m using Zabbix v7.0 and Veeam v12.3, and I’m trying to monitor Veeam using the zabbix agent, but I keep getting the error “There are errors in requests to API.” :
| 2026-02-06 09:17:51 AM | Error: cannot get URL: Couldn't connect to server. |
I found some posts on the Zabbix forum about this type of error. They suggest commenting out some lines in the getMetricsData() function from the “Get Metrics” item, such as:
- 'backupObjects': 'api/v1/backupObjects'
- 'services': 'api/v1/services'
Does anyone know of a solution to this problem? Thanks