diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-03-23 23:42:46 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-03-23 23:42:46 -0300 |
commit | d6a9c897193a5bc7231db28e9863e1f693be88cc (patch) | |
tree | 48c09c0304cf7b1a6b9f3a892e95378bc991b803 /manifests | |
parent | 1b44048f33e795162212d2fdc77bcf0d9cdf0533 (diff) | |
download | puppet-nodo-d6a9c897193a5bc7231db28e9863e1f693be88cc.tar.gz puppet-nodo-d6a9c897193a5bc7231db28e9863e1f693be88cc.tar.bz2 |
Including munin smart plugin
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/physical.pp | 3 |
1 files changed, 3 insertions, 0 deletions
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 } |