From ad579d79a6270b3348e5f56e8e763ec0f4d55c9d Mon Sep 17 00:00:00 2001 From: mwiegand Date: Tue, 16 Aug 2022 22:27:46 +0200 Subject: [PATCH] wip --- bundles/icingaweb2/metadata.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles/icingaweb2/metadata.py b/bundles/icingaweb2/metadata.py index 05658c4..a0b1909 100644 --- a/bundles/icingaweb2/metadata.py +++ b/bundles/icingaweb2/metadata.py @@ -91,7 +91,7 @@ defaults = { 'commandtransports.ini': { 'icinga2': { 'transport': 'api', - 'host': 'lcoalhost', + 'host': 'localhost', 'port': '5665', 'username': 'root', },