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:
Torjus Håkestad 2024-12-03 00:47:00 +01:00
parent f08ac69003
commit 91a844fe4d
Signed by: torjus
SSH Key Fingerprint: SHA256:KjAds8wHfD2mBYK2H815s/+ABcSdcIHUndwHEdSxml4

View File

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