diff options
Diffstat (limited to 'manifests/physical.pp')
-rw-r--r-- | manifests/physical.pp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/manifests/physical.pp b/manifests/physical.pp index bad5fe7..3c4ad03 100644 --- a/manifests/physical.pp +++ b/manifests/physical.pp @@ -41,4 +41,8 @@ class nodo::physical inherits nodo { # SMART monitoring include munin::plugins::smart + munin::plugin { "sda": + ensure => "smart_", + config => "user root\ngroup disk", + } } |