From: Silvio Rhatto Date: Wed, 24 Mar 2010 02:42:46 +0000 (-0300) Subject: Including munin smart plugin X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=d6a9c897193a5bc7231db28e9863e1f693be88cc;p=puppet-nodo.git Including munin smart plugin --- diff --git a/manifests/physical.pp b/manifests/physical.pp index d1ade0c..bad5fe7 100644 --- a/manifests/physical.pp +++ b/manifests/physical.pp @@ -38,4 +38,7 @@ class nodo::physical inherits nodo { munin_node { "$hostname": port => '4900', } + + # SMART monitoring + include munin::plugins::smart }