From 36bf2bbc3f3bad55e7f9f770c77d718a5a9f708d Mon Sep 17 00:00:00 2001 From: Markus Hauschild Date: Fri, 1 Mar 2024 22:38:40 +0100 Subject: [PATCH] icinga-monitor: use follow for http checks --- roles/icinga-monitor/templates/http.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/icinga-monitor/templates/http.j2 b/roles/icinga-monitor/templates/http.j2 index bba8d5c..bddcf91 100644 --- a/roles/icinga-monitor/templates/http.j2 +++ b/roles/icinga-monitor/templates/http.j2 @@ -1,5 +1,6 @@ vars.http_vhosts["{{ vhost }}"] = { + http_onredirect = "follow" http_sni = "true" http_ssl = "true" http_vhost = "{{ vhost }}"