From 884a73d43b23a1d6c117af4d78639bcfa5922f4b Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Mon, 15 Dec 2014 15:30:36 +0000 Subject: [PATCH] Only local munin monitoring fir viserion --- roles/carnet.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/carnet.rb b/roles/carnet.rb index 85286f6bf..4573dccec 100644 --- a/roles/carnet.rb +++ b/roles/carnet.rb @@ -8,6 +8,9 @@ default_attributes( :hbogner => { :status => :administrator } } }, + :munin => { + :allow => [ "193.198.233.210" ] + }, :networking => { :nameservers => [ "2001:b68:ff:1::2", "2001:b68:ff:2::2", "2001:4860:4860::8888" ], :roles => { -- 2.43.2