AutoKuma
AutoKuma copied to clipboard
Accepted status code in snippet
Hi,
I use this snippet with accepted_statuscode but it doesn't work, do I miss something ?
I tried with http.status_codes too but it doesn't work neither
I have nothing in the log
AUTOKUMA__SNIPPETS__WEB401: |-
proxy.group.name: Proxy
{{container_name}}_http.http.active: true
{{container_name}}_http.http.name: {{container_name}}
{{container_name}}_http.http.parent_name: proxy
{{container_name}}_http.http.accepted_statuscodes: ["401"]
{{container_name}}_http.http.url: https://{{ args[0] }}.${DOMAIN}
Can you help?