Grafana Dashboard for Veeam Backup for Azure
Grafana Dashboard for Veeam Backup for Azure v7 - (Grafana 11.x / InfluxDB v2.x)
Just download the latest Veeam Backup for Azure script version from GitHub https://github.com/jorgedlcruz/veeam-backup-microsoft-azure-grafana/raw/master/veeam_azure.sh and change the Configuration section within your details:
# Configurations
##
# Endpoint URL for InfluxDB
veeamInfluxDBURL="YOURINFLUXSERVER" ##Use https://fqdn or https://IP in case you use SSL
veeamInfluxDBPort="8086" #Default Port
veeamInfluxDBBucket="veeam" # InfluxDB bucket name (not ID)
veeamInfluxDBToken="TOKEN" # InfluxDB access token with read/write privileges for the bucket
veeamInfluxDBOrg="ORG NAME" # InfluxDB organisation name (not ID)
# Endpoint URL for login action
veeamUsername="YOURVEEAMBACKUPUSER"
veeamPassword="YOURVEEAMBACKUPPASS"
veeamBackupAzureServer="https://YOURVEEAMBACKUPIP"
veeamBackupAzurePort="443" #Default Port
Once the changes are done, make the script executable with chmod:
chmod +x veeam_azure.sh
The output of the command should be something like the next, without errors:
Writing veeam_azure_sessions to InfluxDB
HTTP/2 204
x-influxdb-build: OSS
x-influxdb-version: 2.1.1
date: Tue, 14 Dec 2021 13:20:35 GMT
If so, please now add this script to your crontab, like for example every 30 minutes:
*/30 * * * * /home/oper/veeam_azure.sh >> /var/log/veeamazure.log 2>&1
Then download or import this Dashboard to your Grafana, and you should see something similar to the next:
Data source config
Collector config:
Upload an updated version of an exported dashboard.json file from Grafana
Revision | Description | Created | |
---|---|---|---|
Download |
Azure Cosmos DB
With the Grafana plugin for Azure Cosmos DB, you can quickly visualize and query your Azure Cosmos DB data from within Grafana.
Learn more