WaterByWind / grafana-dashboards

Grafana Dashboards
MIT License
292 stars 54 forks source link

Error with HP Dashboard #16

Open bdcapps opened 6 years ago

bdcapps commented 6 years ago

I was getting a templating error with the HP LaserHet dashboard in Grafana 5.0. I fixed the issue by changing line 5104 of hp-laserjet-dashboard.json to

"query": "SHOW TAG VALUES FROM \"ifTable\" WITH KEY = \"ifDescr\" WHERE \"agent_host\" =~ /^$host$/",

I don't know how else to submit this fix, sorry.