feat: add gatus config to web-feature template
This commit is contained in:
parent
c41995561a
commit
3ac81e38e8
1 changed files with 15 additions and 0 deletions
|
|
@ -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 = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue