diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/physical.pp | 3 |
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 } |