mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 01:44:40 +02:00
service/prometheus: add monitoring
This commit is contained in:
parent
db8924bcc2
commit
0a58e0a8d0
3 changed files with 1563 additions and 0 deletions
|
@ -106,6 +106,11 @@ in
|
|||
options.path = pkgs.grafana-dashboards.node-exporter;
|
||||
disableDeletion = true;
|
||||
}
|
||||
{
|
||||
name = "Prometheus";
|
||||
options.path = pkgs.grafana-dashboards.prometheus;
|
||||
disableDeletion = true;
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue