feat(gatus): add ntfy alerting for all services #132
1 changed files with 15 additions and 0 deletions
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue