aboutsummaryrefslogtreecommitdiffstats
path: root/modules/by-name/mo/monitoring/components
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-07-19 22:49:28 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-07-19 22:49:28 +0200
commitef5a6b623ee906b966aa6777c6c6aa75ad2722b9 (patch)
tree32c040ee53d4fe84f26e9ec9cb0444590d9e58a1 /modules/by-name/mo/monitoring/components
parentmodules/monitoring/{grafana,loki}: Small code-cleanups (diff)
downloadnixos-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.nix7
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}";