VeeamHub / grafana

Grafana dashboard for Veeam solutions
MIT License
59 stars 19 forks source link

Veeam Availability Console - Cloud Service Provider using API v2 #26

Open krptg0 opened 7 months ago

krptg0 commented 7 months ago

Is your feature request related to a problem? Please describe. Actual scripts in https://github.com/VeeamHub/grafana/blob/master/veeam-availability-console-grafana/veeam-availability-console-script.sh is using api v2 from VSPC product version 6.0. v2 has been totally deactivated in VPSC 7.0, so the script is not usable as is.

Describe the solution you'd like The script to be rewritten supporting v3 API.

Describe alternatives you've considered At this time none. VSPC provides some metrics to be injected in InfluxDB but it does not monitor Cloud Connect infrastructure.

Additional context Veeam provided documentation to migrate over v3 API : https://helpcenter.veeam.com/archive/vac/60/rest/appendix_migration_operations.html

I'm aware there is an awful lot of breaking changed thus requirement a huge amount of work, but I'm afraid there's no other way to monitor CC infra.

Thanks in advance,

carceneaux commented 7 months ago

Thanks for your feature request!

Here's the current methods provided by Veeam for monitoring your Cloud Connect infrastructure:

krptg0 commented 7 months ago

@carceneaux

Veeam ONE is BI-oriented, still nice to have but not what we're seeking. We are already using the built-in alamars in VSPC, we want to integrate all the stats in our monitoring infrastructure which is built on top of Grafana as a single point of visualisation. What Jorge did is amazing espacially with the dashboards, that's what we really want :)

Thanks for your answer !