Skip to content

Grafana

Grafana is a Time Series Database graphing application.

The docker image comes from grafana/grafana and should support arm devices. If you attempt to run it on arm and encounter issues, please see issue 478

You can use it to visualize the data from Home Assistant, and general server information via Telegraf.

Grafana comes configured with a Dashboard and Datasource connected for you out of the box. This default dash and datasource will only with if you have the TICK stack enabled.

You can login with the default user and pass you setup for HomelabOS.

To reset the admin password run docker exec -it grafana_grafana_1 grafana-cli admin reset-admin-password 12345.

Access

It is available at https://{% if grafana.domain %}{{ grafana.domain }}{% else %}{{ grafana.subdomain + "." + domain }}{% endif %}/ or http://{% if grafana.domain %}{{ grafana.domain }}{% else %}{{ grafana.subdomain + "." + domain }}{% endif %}/

{% if enable_tor %} It is also available via Tor at http://{{ grafana.subdomain + "." + tor_domain }}/ {% endif %}


Last update: January 6, 2022