aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-06-07 15:32:11 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-06-07 15:32:11 -0300
commitd44f267d2d51defbd8fec43b8d05a05f09aab597 (patch)
treee270070dfa738696c8c55620341008fbef76ec63
parentd97d630f5dc6933f11b9cc93e197c40fba0aed8a (diff)
downloadpuppet-nodo-d44f267d2d51defbd8fec43b8d05a05f09aab597.tar.gz
puppet-nodo-d44f267d2d51defbd8fec43b8d05a05f09aab597.tar.bz2
Setting up hddtemp_smartctl munin plugin
-rw-r--r--manifests/base/physical.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/manifests/base/physical.pp b/manifests/base/physical.pp
index f2ab477..eae94a4 100644
--- a/manifests/base/physical.pp
+++ b/manifests/base/physical.pp
@@ -11,6 +11,11 @@ class nodo::base::physical inherits nodo::base::host {
config => "user root\ngroup disk",
}
+ munin::plugin { 'hddtemp_smartctl':
+ ensure => present,
+ config => "user root\ngroup disk\nenv.drives sda",
+ }
+
package { 'lm-sensors':
ensure => present,
}