2023-12-15 15:18:36 +00:00
|
|
|
{
|
|
|
|
inputs,
|
|
|
|
system,
|
2024-10-06 16:55:25 +00:00
|
|
|
location,
|
|
|
|
vhost,
|
2023-12-15 15:18:36 +00:00
|
|
|
...
|
|
|
|
}: {
|
2024-10-06 16:55:25 +00:00
|
|
|
services.nginx.virtualHosts.${vhost}.locations."/${location}/" = {
|
2024-10-06 16:15:10 +00:00
|
|
|
alias = inputs.projet-oral-anglais.packages.${system}.slides + "/";
|
|
|
|
};
|
|
|
|
|
|
|
|
services.gatus.settings.endpoints = [
|
|
|
|
{
|
2024-10-06 16:55:25 +00:00
|
|
|
name = location;
|
|
|
|
group = vhost;
|
|
|
|
url = "https://${vhost}/${location}/";
|
2024-10-06 16:15:10 +00:00
|
|
|
interval = "15m";
|
|
|
|
conditions = [
|
|
|
|
"[STATUS] == 200"
|
|
|
|
"[RESPONSE_TIME] < 300"
|
|
|
|
"[BODY] == pat(*<title>CAPTCHA</title>*)"
|
|
|
|
];
|
|
|
|
}
|
|
|
|
];
|
2023-06-28 18:18:11 +00:00
|
|
|
}
|