From: Silvio Rhatto Date: Thu, 18 Feb 2010 16:54:24 +0000 (-0200) Subject: Changing munin configuration (2) X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=70f477b1893ca51c30d9f5a220f8ca86fb849704;p=puppet-nodo.git Changing munin configuration (2) --- diff --git a/manifests/init.pp b/manifests/init.pp index 6e7b7fb..11667ff 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -274,9 +274,9 @@ class nodo::vserver inherits nodo { shorewall::rule { "munin-$context": action => 'DNAT', source => 'net', - destination => "vm:192.168.0.$context:59$id", + destination => "vm:192.168.0.$context:49$id", proto => 'tcp', - destinationport => "59$id", + destinationport => "49$id", ratelimit => '-', order => "4$id", }