service/prometheus: fix homer ping

This commit is contained in:
Felix Buehler 2023-04-07 23:25:11 +02:00
parent 42a0aba376
commit f16141a060

View file

@ -82,6 +82,7 @@ in
category = "infra"; category = "infra";
icon = "heart-pulse"; icon = "heart-pulse";
link = "https://monitoring.${domain}"; link = "https://monitoring.${domain}";
method = "get";
}; };
}; };
}; };