summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-12-31 04:13:07 -0500
committerJesse Luehrs <doy@tozt.net>2018-12-31 04:13:07 -0500
commitf6c16620872cf3e733d2828be6c0e9c01269bf65 (patch)
tree25fef30c0caa9da7eba332b8401218d82f7317eb /modules
parentb5d54b5fe536f0c949af42e364b3b84efbe7086a (diff)
downloadpuppet-tozt-f6c16620872cf3e733d2828be6c0e9c01269bf65.tar.gz
puppet-tozt-f6c16620872cf3e733d2828be6c0e9c01269bf65.zip
don't let munin-node listen on a public interface
Diffstat (limited to 'modules')
-rw-r--r--modules/munin/files/munin-node.conf2
-rw-r--r--modules/munin/files/munin.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/munin/files/munin-node.conf b/modules/munin/files/munin-node.conf
index cd14ce6..a837d97 100644
--- a/modules/munin/files/munin-node.conf
+++ b/modules/munin/files/munin-node.conf
@@ -19,5 +19,5 @@ ignore_file \.pod$
allow ^127\.0\.0\.1$
allow ^10\.19\.49\.1$
-host *
+host 10.19.49.6
port 4949
diff --git a/modules/munin/files/munin.conf b/modules/munin/files/munin.conf
index 3455b9d..db1a952 100644
--- a/modules/munin/files/munin.conf
+++ b/modules/munin/files/munin.conf
@@ -1,7 +1,7 @@
htmldir /srv/http/munin
[tozt]
- address 127.0.0.1
+ address tozt.algo
use_node_name yes
[partofme]
address partofme.algo