Fix alerting
Some checks failed
Run nix flake check / flake-check (push) Failing after 13m25s
Periodic flake update / flake-update (push) Successful in 2m19s

This commit is contained in:
2024-12-03 00:47:00 +01:00
parent f08ac69003
commit 91a844fe4d

View File

@@ -27,6 +27,15 @@
];
};
};
alertmanagers = [
{
static_configs = [
{
targets = [ "localhost:9093" ];
}
];
}
];
rules = [
''
groups: