From d44f267d2d51defbd8fec43b8d05a05f09aab597 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 7 Jun 2013 15:32:11 -0300 Subject: Setting up hddtemp_smartctl munin plugin --- manifests/base/physical.pp | 5 +++++ 1 file changed, 5 insertions(+) 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, } -- cgit v1.2.3