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 = [
|
imports = [
|
||||||
|
./grafana
|
||||||
./caddy.nix
|
./caddy.nix
|
||||||
./cloudflared.nix
|
./cloudflared.nix
|
||||||
./grafana.nix
|
|
||||||
./kanidm.nix
|
./kanidm.nix
|
||||||
./nextcloud.nix
|
./nextcloud.nix
|
||||||
./ntfy.nix
|
./ntfy.nix
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load diff
|
|
@ -68,11 +68,7 @@
|
||||||
{
|
{
|
||||||
name = "Node Exporter Full";
|
name = "Node Exporter Full";
|
||||||
disableDeletion = true;
|
disableDeletion = true;
|
||||||
options.path = builtins.fetchurl {
|
options.path = ./dashboards/node-exporter-full.json
|
||||||
url = "https://grafana.com/api/dashboards/1860/revisions/42/download";
|
|
||||||
name = "node-exporter-full.json";
|
|
||||||
sha256 = "sha256:0phjy96kq4kymzggm0r51y8i2s2z2x3p69bd5nx4n10r33mjgn54";
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue