2 Commits

Author SHA1 Message Date
g4st3r
8207fa5329 Allow Grafana UI updates for provisioned dashboards 2026-03-07 20:20:08 +00:00
g4st3r
35a3b59098 Add revproxy node-exporter scrape target 2026-03-07 20:14:04 +00:00
2 changed files with 5 additions and 0 deletions

View File

@@ -12,5 +12,6 @@ providers:
type: file
disableDeletion: false
editable: true
allowUiUpdates: true
options:
path: /var/lib/grafana/dashboards

View File

@@ -26,3 +26,7 @@ scrape_configs:
- job_name: smartctl
static_configs:
- targets: ["smartctl-exporter:9633"]
- job_name: revproxy-node
static_configs:
- targets: ["10.8.0.1:9100"]