You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: