grafana icon indicating copy to clipboard operation
grafana copied to clipboard

Support for Microsoft Azure Blob Storage

Open sebelk opened this issue 5 months ago • 0 comments

Is your feature request related to a problem? Please describe. The script does not support "Microsoft Azure Blob Storage"

Describe the solution you'd like Veeam has a repo on Microsoft Azure Bloc Storage but script fails to recognize it

Describe alternatives you've considered I've tried using something as following:

 "AzureBlob")
             veeamVBRRepoContainer=$(echo "$veeamVBRRepositoriesUrl" | jq --raw-output ".data[$arrayrepositories].repository.container")
             veeamVBRRepoAccount=$(echo "$veeamVBRRepositoriesUrl" | jq --raw-output ".data[$arrayrepositories].repository.account")
             influxData="veeam_vbr_repositories,veeamVBRRepoName=$veeamVBRRepoName,veeamVBRRepotype=$veeamVBRRepotype,veeamVBRMSDescription=$veeamVBRRepoDescription,                  veeamVBRRepoContainer=$veeamVBRRepoContainer,veeamVBRRepoAccount=$veeamVBRRepoAccount veeamVBRRepoCapacity=$veeamVBRRepoCapacity,veeamVBRRepoFree=$veeamVBRRepoFree,                  veeamVBRRepoUsed=$veeamVBRRepoUsed"

It adds the repo but if does not find the jobs

Additional context I'm using influxdb 2.7 on RHEL8 with Grafana 10.4

Please could you add support for Azure Blob repos?

Thanks in advance

sebelk avatar Sep 27 '24 19:09 sebelk