Hello FXE,
We have not forgotten about your request, our official plans are to move all Veeam ONE Client to Web Client sooner rather than later, so that is planned for future releases coming in 2026.
Meanwhile, there are multiple paths that require more or less effort, and that are more or less supported, let's explore them:
100% Supported - Currently working with many Security Vendors
Since couple of versions ago, Veeam ONE has support for Syslog, we use it with many security integrations we have like Palo alt, Splunk, etc. We do not have an official tool for Zabbix, but I think it is not difficult to install some rsyslog server and pass it to Zabbix. In that case, you will get all the interesting alarms (which seems all the Virtual Infrastructure for you) into Zabbix, and from there, you can build your own views, which goes well with the other views you seem to have.
Supported + Work on your side
As you like this specific alarms view for Virtual Infrastructure, all of this data can be found on this API endpoint, you can totally get these alarms with an script, or if Zabbix or your tool can handle OAuth, etc.
This API endpoint can be sent anywhere really, like for example to Grafana, InfluxDB, etc.
Similar to above, but I made it for you (Community/unsupported officially)
In case that you do not have time to prepare any of the previous steps, and meanwhile we release it, I have prepared a simple app that:
- Connects to VeeamONE API
- Downloads the latest X triggered alarms into a .JSON file
- Renders these alarms with a beautiful and simple .html (it has filters for types, type, and auto-refresh for NOCs)
Next steps if you want to use
this community app, is to follow these steps. I hosted the index.html inside the inetpub/wwwroot from IIS so you can just got
http://vone.domain.com/vo-alarms and you will see the gorgeous view
There are a few things to fix like tables size with word trimming, etc. Will do later.
I hope this helps, let us know.