gatus: Include the whole domain in the endpoint name

This commit is contained in:
SebastianStork 2026-01-17 22:01:09 +01:00
parent 4a501653ce
commit 4ddc49c001
Signed by: SebastianStork
SSH key fingerprint: SHA256:tRrGdjYOwgHxpSc/wTOZQZEjxcb15P0tyXRsbAfd+2Q
2 changed files with 2 additions and 2 deletions

View file

@ -59,7 +59,7 @@
enable = true;
domain = "status.${privateDomain}";
generateDefaultEndpoints = true;
endpoints."alerts" = {
endpoints."alerts.${privateDomain}" = {
path = "/v1/health";
extraConditions = [ "[BODY].healthy == true" ];
};