grafana: add dashboard to config
This commit is contained in:
parent
d42969036c
commit
39724e7dea
3 changed files with 15768 additions and 6 deletions
|
|
@ -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
|
|
@ -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
|
||||
}
|
||||
];
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue