mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-25 21:30:52 +01:00
fix: fix luj.fr monitor
This commit is contained in:
parent
051e02ddd1
commit
02e935a325
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ lib.mkMerge [
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
"luj.fr - IPv6" = {
|
"luj.fr - IPv6" = {
|
||||||
url = "https://${config.machine.meta.ips.public.ipv6}";
|
url = "https://[${config.machine.meta.ips.public.ipv6}]";
|
||||||
type = "http";
|
type = "http";
|
||||||
accepted_statuscodes = [ "200-299" ];
|
accepted_statuscodes = [ "200-299" ];
|
||||||
headers = ''
|
headers = ''
|
||||||
|
|
Loading…
Add table
Reference in a new issue