Compare commits
No commits in common. "a3455f131c5a4c9cd9853f6913a179cfa0edf9f3" and "5af138568aed48ecdd2e941623522db2e46b73f7" have entirely different histories.
a3455f131c
...
5af138568a
|
@ -4,7 +4,6 @@
|
|||
./firewall-services.nix
|
||||
../modules/users.nix
|
||||
../modules/common.nix
|
||||
../modules/smtp.nix
|
||||
../modules/grafana.nix
|
||||
|
||||
];
|
||||
|
|
|
@ -38,13 +38,6 @@
|
|||
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 = [{
|
||||
|
|
Loading…
Reference in New Issue