Compare commits

...

2 Commits

2 changed files with 8 additions and 0 deletions

View File

@ -4,6 +4,7 @@
./firewall-services.nix
../modules/users.nix
../modules/common.nix
../modules/smtp.nix
../modules/grafana.nix
];

View File

@ -38,6 +38,13 @@
targets = [ "37.187.103.8:${toString config.services.prometheus.exporters.node.port}" ];
}];
}
{
job_name = "pve-exporter";
static_configs = [{
targets = [ "192.168.10.112:9221" ];
}];
metrics_path = "/pve" ;
}
{
job_name = "backup";
static_configs = [{