services: monitoring: package grafana dashboards

This commit is contained in:
Antoine Martin 2021-07-13 17:13:07 +02:00
parent 971dcbbc71
commit 786d884e3a
7 changed files with 69 additions and 14552 deletions

View file

@ -37,8 +37,13 @@ in {
dashboards = [
{
name = "Dashboards";
options.path = ./grafana-dashboards;
name = "Node Exporter";
options.path = pkgs.packages.grafana-dashboards.node-exporter;
disableDeletion = true;
}
{
name = "NGINX";
options.path = pkgs.packages.grafana-dashboards.nginx;
disableDeletion = true;
}
];