alertmanager: Always send notifications with priority level default

This commit is contained in:
SebastianStork 2026-02-28 23:45:52 +01:00
parent 7a6b17fb36
commit 1b599abdbe
Signed by: SebastianStork
SSH key fingerprint: SHA256:tRrGdjYOwgHxpSc/wTOZQZEjxcb15P0tyXRsbAfd+2Q

View file

@ -72,7 +72,10 @@ in
http.addr = "localhost:${toString cfg.ntfyBridgePort}";
ntfy = {
baseurl = "https://ntfy.sh";
notification.topic = "splitleaf";
notification = {
topic = "splitleaf";
priority = "default";
};
};
};
};