jorgedlcruz / veeam-enterprise_manager-grafana

How to monitor a Veeam Enterprise Manager Environment using Powershell, Telegraf, InfluxDB and Grafana
MIT License
23 stars 11 forks source link

Add InfluxDB v2 Compatibility #7

Closed tigattack closed 3 years ago

tigattack commented 3 years ago

I've created a secondary script does exactly the same as veeam_enterprisemanager.sh except it authenticates with and POSTs to InfluxBD v2's /api/v2/write endpoint instead of InfluxDB v1's /write endpoint.

I'd also be happy to merge this functionality into the main script and simple add a switch to use the v1 or v2 API, but I felt this kept it somewhat more simple.

Let me know what you think!

jorgedlcruz commented 3 years ago

Thank you so much for this amazing work! It will help a lot of people who transitioned to InfluxDB v2.0. Would you mind pushing it as well to the VeeamHub?

tigattack commented 3 years ago

Thank you so much for this amazing work! It will help a lot of people who transitioned to InfluxDB v2.0.

No problem. I moved this morning and suddenly realised Veeam wasn't updating, so I set to work 😀

Would you mind pushing it as well to the VeeamHub?

No problem, will do shortly 👍