feat: add gatus config to web-feature template

This commit is contained in:
Will Holdsworth 2026-03-07 13:39:16 +11:00
parent c41995561a
commit 3ac81e38e8
Signed by: will-holdsworth
SSH key fingerprint: SHA256:Ykee8aymMJNAiYeeEmiwcIzkA1wgd4v8OZcWGxjq12c

View file

@ -10,6 +10,21 @@ in
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 = {
# source_directories = [ ];
# postgresql_databases = [