mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
feat(prometheus): dont fail if no ssl
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
{
|
||||
modules.http_2xx = {
|
||||
http = {
|
||||
fail_if_not_ssl = true;
|
||||
fail_if_not_ssl = false;
|
||||
ip_protocol_fallback = false;
|
||||
method = "GET";
|
||||
no_follow_redirects = false;
|
||||
|
||||
Reference in New Issue
Block a user