grafana: add dashboard to config

This commit is contained in:
wo2wz 2025-11-07 15:03:07 -05:00
parent d42969036c
commit 39724e7dea
3 changed files with 15768 additions and 6 deletions

View file

@ -2,9 +2,9 @@
{
imports = [
./grafana
./caddy.nix
./cloudflared.nix
./grafana.nix
./kanidm.nix
./nextcloud.nix
./ntfy.nix

File diff suppressed because it is too large Load diff

View file

@ -68,11 +68,7 @@
{
name = "Node Exporter Full";
disableDeletion = true;
options.path = builtins.fetchurl {
url = "https://grafana.com/api/dashboards/1860/revisions/42/download";
name = "node-exporter-full.json";
sha256 = "sha256:0phjy96kq4kymzggm0r51y8i2s2z2x3p69bd5nx4n10r33mjgn54";
};
options.path = ./dashboards/node-exporter-full.json
}
];