pdreker / fritz_exporter

Prometheus exporter for Fritz!Box home routers
Other
155 stars 32 forks source link

Yet another dashboard for Grafana #126

Closed j0ju closed 1 year ago

j0ju commented 1 year ago

I created yet another dashboard additionally display some data from the host info metrics

Grafana Dash #17751 (although it is published. Grafana's website currently shows a 404 when searching and clicking it :-/ )

The JSON can be downloaded also here. I attached a screenshot. If you find the link worth to be included in the docs, I would create a PR. If you have suggestion or find errors please let me know.

Fritz!Exporter Dash-2022-12-29

pdreker commented 1 year ago

Please make a PR and I'll happily include it. Looks great! The "404 problem" seems to have resolved over night.

Thanks in advance

pdreker commented 1 year ago

By the way... I just tried your dashboard and the "Active Hosts" does not work for me. Looking at the expression behind the dashboard it seems to have one of your device names hardcoded.

j0ju commented 1 year ago

Thanks for reporting will have a look into it.

j0ju commented 1 year ago

Yes I found a panel that was not using the defined $box variable. An open point: As you cannot update dashboards on the Grafana Dashboards site, for any update or bugfix, you would need to create another dashboard entry on Grafana's site. The same applies to the currently referenced dashboard. I would suggest adding the dashboard as a file into a repo: either this one or a seperate one? What do you think? Meanwhile I updated the linked Gist.

pdreker commented 1 year ago

Err... Yes, you can update the dashboard on grafana.com, I have been doing this in the past.

Login to grafana.com, go to your dashboard details and under "Revisions" you can upload a new version.

j0ju commented 1 year ago

Happy 2023 Thanks for merging and TIL: I found the "Revisions" tab to update dashboards.