From 551d65d18436977c93a2ba7f4aa985a42bb41315 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Tue, 7 Aug 2012 15:54:37 +0200 Subject: [PATCH] Allow munin queries from localhost --- modules/munin/templates/munin-node.conf.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/munin/templates/munin-node.conf.erb b/modules/munin/templates/munin-node.conf.erb index e5ef6ff7d..d2d00b8ce 100644 --- a/modules/munin/templates/munin-node.conf.erb +++ b/modules/munin/templates/munin-node.conf.erb @@ -38,6 +38,7 @@ ignore_file \.rpm(save|new)$ # doesn't understand CIDR-style network notation. You may repeat # the allow line as many times as you'd like +allow ^127\.0\.0\.1$ <%= str = '' scope.lookupvar('site::localinfo').keys.sort.each do |node| -- 2.20.1