From eea47e352534edfce822247a7d5d99fc98457dcb Mon Sep 17 00:00:00 2001 From: Sheppy Date: Mon, 2 Jan 2023 04:16:20 +0100 Subject: [PATCH] fix: correctly set address without protocol --- templates/icinga_host.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/icinga_host.conf.j2 b/templates/icinga_host.conf.j2 index 76a8a1a..16a1e38 100644 --- a/templates/icinga_host.conf.j2 +++ b/templates/icinga_host.conf.j2 @@ -21,7 +21,7 @@ object Host "{{ hostname }}" { {% else %} http_uri = "/" {% endif %} - http_address = "https://{{ website_name }}" + http_address = "{{ website_name }}" http_ssl = true http_onredirect = "follow" }