[ZBX-23649] The "Veeam Backup and Replication by HTTP" template does not create elements with the "Windows Agent Backup" type Created: 2023 Nov 02 Updated: 2025 Aug 18 |
|
| Status: | Confirmed |
| Project: | ZABBIX BUGS AND ISSUES |
| Component/s: | Templates (T) |
| Affects Version/s: | 6.0.23, 6.4.8, 7.0.0alpha7 |
| Fix Version/s: | None |
| Type: | Problem report | Priority: | Trivial |
| Reporter: | s.voroncov | Assignee: | Zabbix Integration Team |
| Resolution: | Unresolved | Votes: | 1 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Environment: |
Veeam Backup and Replication 12 |
||
| Attachments: |
|
||||
| Issue Links: |
|
||||
| Description |
|
When using the template "Veeam Backup and Replication by HTTP" in conjunction with "Veeam Backup Replication 12.0.0.1420". Does not create elements for tasks:
Result: |
| Comments |
| Comment by Trent Anderson [ 2024 Jun 25 ] |
|
This is also the case for Linux agents. We have both Linux and Windows agents and only the VMware backups are discovered. |
| Comment by Thomas Sciot [ 2025 Feb 12 ] |
|
Hi, x-api-version: 1.0-rev2 In my case, I changed in the JS script of the "get metric" item the version of the api to get the replication jobs. By going with x-api-version: 1.1-rev2 it's ok for replication jobs. It may be the case for Windows Agent Backup |
| Comment by Michael Wery [ 2025 Jul 14 ] |
|
thomas.sciot The change to the newest version of the api does indeed correct the issue for replication jobs but not for the Windows agent job type. This is indeed due to a limitation of the API (source):
The "/api/v1/backups" endpoint has all the backup job types without the replication jobs but I'm guessing that a switch to this endpoint would require significant change in the template and discovery logic.
I tried finding changes that would reflect this but to no avail. Unless anyone here has a solution that I missed ? |
| Comment by Thomas Sciot [ 2025 Aug 18 ] |
|
Michael.W From what I see there would also be an API on the Windows Agent side. (https://helpcenter.veeam.com/docs/backup/em_rest/agents.html?ver=120 https://forums.veeam.com/powershell-f26/question-backup-job-check-powershell-for-last-24-hours-t72958.html) Couldn't you with the zabbix agent on the windows, reassemble the data from the backup? |