mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 23:29:08 +01:00
vps-monitor: Don't monitor public dav domain with gatus
This commit is contained in:
parent
edfc766b46
commit
4039f12871
2 changed files with 10 additions and 4 deletions
|
|
@ -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" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue