Skip to content

Support for Microsoft Azure Blob Storage #28

@sebelk

Description

@sebelk

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions