mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 14:19:08 +01:00
vps-monitor: Disable gatus notifications
This commit is contained in:
parent
21e99f1353
commit
b80fc49dee
2 changed files with 9 additions and 17 deletions
|
|
@ -32,18 +32,7 @@
|
|||
enable = true;
|
||||
domain = "status.${privateDomain}";
|
||||
generateDefaultEndpoints = true;
|
||||
endpoints = {
|
||||
"dav.${sproutedDomain}".enable = false;
|
||||
"alerts.${sproutedDomain}" = {
|
||||
path = "/v1/health";
|
||||
extraConditions = [ "[BODY].healthy == true" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
ntfy = {
|
||||
enable = true;
|
||||
domain = "alerts.${sproutedDomain}";
|
||||
endpoints."dav.${sproutedDomain}".enable = false;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue