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', },