aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-03-23 23:42:46 -0300
committerSilvio Rhatto <rhatto@riseup.net>2010-03-23 23:42:46 -0300
commitd6a9c897193a5bc7231db28e9863e1f693be88cc (patch)
tree48c09c0304cf7b1a6b9f3a892e95378bc991b803 /manifests
parent1b44048f33e795162212d2fdc77bcf0d9cdf0533 (diff)
downloadpuppet-nodo-d6a9c897193a5bc7231db28e9863e1f693be88cc.tar.gz
puppet-nodo-d6a9c897193a5bc7231db28e9863e1f693be88cc.tar.bz2
Including munin smart plugin
Diffstat (limited to 'manifests')
-rw-r--r--manifests/physical.pp3
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
}