Grafana Dashboard for Veeam Backup for Salesforce
Grafana Dashboard for Veeam Backup for Salesforce v1 - (Grafana 8.x / InfluxDB v2.x)
Just download the latest Veeam Backup for Salesforce script version from GitHub https://raw.githubusercontent.com/jorgedlcruz/veeam-backup-salesforce-grafana/main/grafana_influxdb_veeam_backup_salesforce.sh](https://raw.githubusercontent.com/jorgedlcruz/veeam-backup-salesforce-grafana/main/grafana_influxdb_veeam_backup_salesforce.sh) and change the Configuration section within your details:
# Configurations
##
# Endpoint URL for InfluxDB
##
veeamInfluxDBURL="http://YOURINFLUXSERVERIP" #Your InfluxDB Server, http://FQDN or https://FQDN if using 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"
veeamBackupSalesforceServer="https://YOURVEEAMBACKUPIP"
veeamBackupSalesforcePort="443" #Default Port
Once the changes are done, make the script executable with chmod:
chmod +x grafana_influxdb_veeam_backup_salesforce.sh
The output of the command should be something like the next, without errors:
Writing veeam_salesforce_jobslogs to InfluxDB
HTTP/2 204
date: Wed, 02 Nov 2022 10:38:58 GMT
trace-id: 4c0280f82196faa0
trace-sampled: false
strict-transport-security: max-age=15724800; includeSubDomains
x-influxdb-request-id: 4d65d754099599ded69f5f0ce99e7d08
x-influxdb-build: Cloud
If so, please now add this script to your crontab, like for example every 30 minutes:
*/30 * * * * /home/oper/ grafana_influxdb_veeam_backup_salesforce.sh >> /var/log/grafana_influxdb_veeam_backup_salesforce.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 |
Salesforce
With the Grafana plugin for Salesforce, you can quickly turn your SFDC data into shareable dashboards.
Learn more