From ab4ccfab576ec48685ebcaa83d245380f879dfd9 Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Mon, 4 Sep 2017 19:34:11 +0200 Subject: [PATCH] icinga2x-elastic: Listen on hostonly interface too This allows you to test-drive a host local Icinga 2 feature against the box itself. --- icinga2x-elastic/manifests/default.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icinga2x-elastic/manifests/default.pp b/icinga2x-elastic/manifests/default.pp index 8fe7b865..9cc82cc2 100644 --- a/icinga2x-elastic/manifests/default.pp +++ b/icinga2x-elastic/manifests/default.pp @@ -256,7 +256,7 @@ elasticsearch::instance { 'elastic-es': config => { 'cluster.name' => 'elastic', - 'network.host' => '127.0.0.1' + 'network.host' => '127.0.0.1,192.168.33.7' } }-> class { 'kibana':