]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Removing postfix_mailvolume munin plugin
authorSilvio Rhatto <rhatto@riseup.net>
Wed, 5 Jun 2013 19:10:43 +0000 (16:10 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Wed, 5 Jun 2013 19:10:43 +0000 (16:10 -0300)
manifests/role/mail.pp

index 03e7262d6486059504585afbd24b401ee3739a9f..717d57f7798ad62a0e6c892a82a1ec8d5d780176 100644 (file)
@@ -2,7 +2,7 @@ class nodo::role::mail {
   class { [ 'nodo::role::vserver', 'mail::system' ]: }
 
   # Graph postfix
-  munin::plugin { [ 'postfix_mailqueue', 'postfix_mailstats', 'postfix_mailvolume' ]:
+  munin::plugin { [ 'postfix_mailqueue', 'postfix_mailstats' ]:
     ensure => present,
   }
 }