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