mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 12:51:34 +01:00
gatus: Include the whole domain in the endpoint name
This commit is contained in:
parent
4a501653ce
commit
4ddc49c001
2 changed files with 2 additions and 2 deletions
|
|
@ -59,7 +59,7 @@
|
|||
enable = true;
|
||||
domain = "status.${privateDomain}";
|
||||
generateDefaultEndpoints = true;
|
||||
endpoints."alerts" = {
|
||||
endpoints."alerts.${privateDomain}" = {
|
||||
path = "/v1/health";
|
||||
extraConditions = [ "[BODY].healthy == true" ];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue