diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-07-19 22:49:28 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-07-19 22:49:28 +0200 |
| commit | ef5a6b623ee906b966aa6777c6c6aa75ad2722b9 (patch) | |
| tree | 32c040ee53d4fe84f26e9ec9cb0444590d9e58a1 /modules/by-name/mo/monitoring/components | |
| parent | modules/monitoring/{grafana,loki}: Small code-cleanups (diff) | |
| download | nixos-server-ef5a6b623ee906b966aa6777c6c6aa75ad2722b9.zip | |
modules/monitoring/grafana/dashboards: Use better dashboards
Diffstat (limited to 'modules/by-name/mo/monitoring/components')
| -rw-r--r-- | modules/by-name/mo/monitoring/components/grafana.nix | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/modules/by-name/mo/monitoring/components/grafana.nix b/modules/by-name/mo/monitoring/components/grafana.nix index 534ac78..6fe5b70 100644 --- a/modules/by-name/mo/monitoring/components/grafana.nix +++ b/modules/by-name/mo/monitoring/components/grafana.nix @@ -146,9 +146,10 @@ in { ]; monitoring.grafana.dashboards = [ - ../dashboards/Errors.json - ../dashboards/Performance.json - ../dashboards/Scraping_Jobs.json + ../dashboards/node_exporter.json + ../dashboards/performance.json + ../dashboards/scraping_jobs.json + ../dashboards/systemd_exporter.json ]; anubis.instances."${cfg.fqdn}".target = "http://${config.services.grafana.settings.server.http_addr}:${toString cfg.port}"; |
