feat(gatus): add ntfy alerting for all services #132

Merged
wi11-holdsworth merged 3 commits from 123 into main 2026-03-07 13:39:57 +11:00
Showing only changes of commit 3ac81e38e8 - Show all commits

View file

@ -10,6 +10,21 @@ in
enable = true; enable = true;
}; };
gatus.settings.endpoints = [
{
name = "feature";
group = "";
inherit url;
interval = "5m";
conditions = [
"[STATUS] == 200"
"[CONNECTED] == true"
"[RESPONSE_TIME] < 500"
];
alerts = [ { type = "ntfy"; } ];
}
];
# borgmatic.settings = { # borgmatic.settings = {
# source_directories = [ ]; # source_directories = [ ];
# postgresql_databases = [ # postgresql_databases = [