Disable alertmanager
Some checks failed
Run nix flake check / flake-check (push) Failing after 3m25s
Periodic flake update / flake-update (push) Successful in 1m45s

This commit is contained in:
Torjus Håkestad 2024-12-01 23:45:45 +01:00
parent a4592ffda3
commit b62a5c3db9
Signed by: torjus
SSH Key Fingerprint: SHA256:KjAds8wHfD2mBYK2H815s/+ABcSdcIHUndwHEdSxml4

View File

@ -3,7 +3,7 @@
services.prometheus = {
enable = true;
alertmanager = {
enable = true;
enable = false;
};
scrapeConfigs = [
{