mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 19:51:34 +01:00
Declare gatus endpoints in each of their respective modules
This commit is contained in:
parent
d6245fada0
commit
7a9796e02c
7 changed files with 104 additions and 77 deletions
|
|
@ -27,5 +27,11 @@ in
|
|||
web-root = "disable";
|
||||
};
|
||||
};
|
||||
|
||||
custom.services.gatus.endpoints."Ntfy" = {
|
||||
group = "Monitoring";
|
||||
url = "https://${cfg.domain}/v1/health";
|
||||
extraConditions = [ "[BODY].healthy == true" ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue