gatus: use fallback alerting provider when monitoring endpoints are down

This commit is contained in:
SebastianStork 2025-06-29 21:39:29 +02:00
parent aec20b69e8
commit 33dbfbced2

View file

@ -103,6 +103,17 @@ in
success-threshold = 2;
send-on-resolved = true;
};
overrides = [
{
group = "Monitoring";
topic = "stork-atlas";
url = "https://ntfy.sh";
default-alert = {
failure-threshold = 1;
success-threshold = 1;
};
}
];
};
maintenance = {