forked from Drift/pvv-nixos-config
Add a default dashboard
This commit is contained in:
parent
a2f71ba120
commit
ed46e9af61
File diff suppressed because it is too large
Load Diff
|
@ -18,6 +18,15 @@
|
||||||
isDefault = true;
|
isDefault = true;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
dashboards.settings.providers = [
|
||||||
|
{
|
||||||
|
name = "Node Exporter Full";
|
||||||
|
type = "file";
|
||||||
|
url = "https://grafana.com/api/dashboards/1860/revisions/29/download";
|
||||||
|
options.path = dashboards/node-exporter-full.json;
|
||||||
|
}
|
||||||
|
];
|
||||||
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue