mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 18:41:34 +01:00
gatus: use fallback alerting provider when monitoring endpoints are down
This commit is contained in:
parent
aec20b69e8
commit
33dbfbced2
1 changed files with 11 additions and 0 deletions
|
|
@ -103,6 +103,17 @@ in
|
||||||
success-threshold = 2;
|
success-threshold = 2;
|
||||||
send-on-resolved = true;
|
send-on-resolved = true;
|
||||||
};
|
};
|
||||||
|
overrides = [
|
||||||
|
{
|
||||||
|
group = "Monitoring";
|
||||||
|
topic = "stork-atlas";
|
||||||
|
url = "https://ntfy.sh";
|
||||||
|
default-alert = {
|
||||||
|
failure-threshold = 1;
|
||||||
|
success-threshold = 1;
|
||||||
|
};
|
||||||
|
}
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
maintenance = {
|
maintenance = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue