Collect alertmanager metrics
Some checks failed
Run nix flake check / flake-check (push) Has been cancelled

This commit is contained in:
2025-01-24 23:34:43 +01:00
parent 25b2f1d1ee
commit 2824718e53

View File

@@ -167,6 +167,14 @@
} }
]; ];
} }
{
job_name = "alertmanager";
static_configs = [
{
targets = [ "localhost:9093" ];
}
];
}
{ {
job_name = "pve-exporter"; job_name = "pve-exporter";
static_configs = [ static_configs = [