service/prometheus: add monitoring

This commit is contained in:
Felix Buehler 2023-04-16 17:28:23 +02:00
parent db8924bcc2
commit 0a58e0a8d0
3 changed files with 1563 additions and 0 deletions

View file

@ -106,6 +106,11 @@ in
options.path = pkgs.grafana-dashboards.node-exporter;
disableDeletion = true;
}
{
name = "Prometheus";
options.path = pkgs.grafana-dashboards.prometheus;
disableDeletion = true;
}
];
};