mirror of
https://github.com/stefanprodan/dockprom.git
synced 2026-06-28 12:55:44 +00:00
fix: grafana provisioning file path in readme (#245)
This commit is contained in:
@@ -85,7 +85,7 @@ The Docker Host Dashboard shows key metrics for monitoring the resource usage of
|
||||
* Swap usage and activity graphs
|
||||
|
||||
For storage and particularly Free Storage graph, you have to specify the fstype in grafana graph request.
|
||||
You can find it in `grafana/dashboards/docker_host.json`, at line 480 :
|
||||
You can find it in `grafana/provisioning/dashboards/docker_host.json`, at line 480 :
|
||||
|
||||
```yaml
|
||||
"expr": "sum(node_filesystem_free_bytes{fstype=\"btrfs\"})",
|
||||
|
||||
Reference in New Issue
Block a user