services: monitoring: package grafana dashboards
This commit is contained in:
parent
971dcbbc71
commit
786d884e3a
7 changed files with 69 additions and 14552 deletions
|
|
@ -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;
|
||||
}
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue