[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: PNG File image-2025-07-14-18-23-47-382.png    
Issue Links:
Duplicate

 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:
1. Replication
2. Backup tasks with the type "Windows Agent Backup", while with the type "Vmware Backup " successfully creates.

 

Result:
missing elements and triggers
Expected:
Creating items and triggers with a job type of "Replication" and a Backup job type of "Windows Agent Backup"



 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,
This may be a limitation of the API. 
In the template the API  is used (https://helpcenter.veeam.com/docs/backup/vbr_rest/reference/vbr-rest-v1-1-rev0.html?ver=120#tag/Jobs

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?

Generated at Sun Apr 05 05:57:26 EEST 2026 using Jira 10.3.18#10030018-sha1:5642e4ad348b6c2a83ebdba689d04763a2393cab.