ADD PVE prometheus
This commit is contained in:
parent
81fd413a21
commit
953f00bdc7
|
@ -4,6 +4,7 @@
|
|||
./firewall-services.nix
|
||||
../modules/users.nix
|
||||
../modules/common.nix
|
||||
../modules/smtp.nix
|
||||
../modules/grafana.nix
|
||||
|
||||
];
|
||||
|
|
|
@ -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 = [{
|
||||
|
|
Loading…
Reference in New Issue