20 lines
738 B
Markdown
20 lines
738 B
Markdown
# Grafana Provisioning Dashboards
|
|
|
|
This repository stores the JSON dashboards that TrueNAS Grafana loads via provisioning.
|
|
|
|
## Directory structure
|
|
|
|
- `HomeLab/` — dashboards for services in the HomeLab folder.
|
|
- `GBarmUB/` — dashboards for the GBarmUB folder.
|
|
- `prometheus-2-0-stats.json` — dashboard kept in the root folder.
|
|
|
|
## Workflow
|
|
|
|
1. Already set provisioning in Grafana dashboard, it will auto detect change and pull
|
|
2. Modify dashboards file and then Grafana will load automatically
|
|
3. Currently I adopt local storage repo, Grafana can also use remote git repo.
|
|
3. Commit and push changes so Grafana provisioning always matches Git.
|
|
|
|
|
|
PS: Provisioning is enabled via environment 'GF_FEATURE_TOGGLES_ENABLE=provisioning'
|