Compare commits
2 Commits
5af138568a
...
a3455f131c
Author | SHA1 | Date |
---|---|---|
Alexandre LUCAZEAU | a3455f131c | |
Alexandre LUCAZEAU | 953f00bdc7 |
|
@ -4,6 +4,7 @@
|
||||||
./firewall-services.nix
|
./firewall-services.nix
|
||||||
../modules/users.nix
|
../modules/users.nix
|
||||||
../modules/common.nix
|
../modules/common.nix
|
||||||
|
../modules/smtp.nix
|
||||||
../modules/grafana.nix
|
../modules/grafana.nix
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
|
@ -38,6 +38,13 @@
|
||||||
targets = [ "37.187.103.8:${toString config.services.prometheus.exporters.node.port}" ];
|
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";
|
job_name = "backup";
|
||||||
static_configs = [{
|
static_configs = [{
|
||||||
|
|
Loading…
Reference in New Issue