diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-06-07 15:32:11 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-06-07 15:32:11 -0300 |
commit | d44f267d2d51defbd8fec43b8d05a05f09aab597 (patch) | |
tree | e270070dfa738696c8c55620341008fbef76ec63 /manifests/base/physical.pp | |
parent | d97d630f5dc6933f11b9cc93e197c40fba0aed8a (diff) | |
download | puppet-nodo-d44f267d2d51defbd8fec43b8d05a05f09aab597.tar.gz puppet-nodo-d44f267d2d51defbd8fec43b8d05a05f09aab597.tar.bz2 |
Setting up hddtemp_smartctl munin plugin
Diffstat (limited to 'manifests/base/physical.pp')
-rw-r--r-- | manifests/base/physical.pp | 5 |
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, } |