Closed tigattack closed 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?
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 👍
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!