vps-monitor: Don't monitor public dav domain with gatus

This commit is contained in:
SebastianStork 2026-01-22 22:42:54 +01:00
parent edfc766b46
commit 4039f12871
Signed by: SebastianStork
SSH key fingerprint: SHA256:tRrGdjYOwgHxpSc/wTOZQZEjxcb15P0tyXRsbAfd+2Q
2 changed files with 10 additions and 4 deletions

View file

@ -47,9 +47,12 @@
enable = true;
domain = "status.${privateDomain}";
generateDefaultEndpoints = true;
endpoints."alerts.${sproutedDomain}" = {
path = "/v1/health";
extraConditions = [ "[BODY].healthy == true" ];
endpoints = {
"dav.${sproutedDomain}".enable = false;
"alerts.${sproutedDomain}" = {
path = "/v1/health";
extraConditions = [ "[BODY].healthy == true" ];
};
};
};