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.
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.