Skip to main content

[Updated] Grafana Dashboard for Veeam Enterprise Manager

  • December 8, 2021
  • 30 comments
  • 4317 views

Show first post

30 comments

jorge.delacruz
Forum|alt.badge.img+8
  • Author
  • Community Manager
  • January 29, 2026

Hello, 

Updated to v13 which indeed something weird changed with the auth as I cannot connect using browser as before to the API, and the camelcase appeared as well.

Also the dashboard has been enhanced, so download both, please; script+grafana.

Thank you!


  • August 7, 2026

@jorge.delacruz Do you know if there are issues with this and 13.1.0.411? 

Getting the following repeated quite a bit:

jq: error (at <stdin>:1): Cannot iterate over null (null)


 


hayliz
  • Comes here often
  • August 7, 2026
Great work, thank you! I really appreciate it.

  • August 8, 2026

@jorge.delacruz Do you know if there are issues with this and 13.1.0.411? 

Getting the following repeated quite a bit:

jq: error (at <stdin>:1): Cannot iterate over null (null)


 

For anyone else with issues, the fix for 13.1.0.411 is to go in and change the case. For example:

veeamBackupServers=$(echo "$veeamEMOUrl" | jq --raw-output ".BackupServers") #Used to be .backupServers)
veeamProxyServers=$(echo "$veeamEMOUrl" | jq --raw-output ".ProxyServers")    #Used to be .proxyServers)
   


Chris.Childerhose
Forum|alt.badge.img+22

It is funny how the case now matters but to me should still work regardless.  Thanks for sharing the fix.