summaryrefslogtreecommitdiff
path: root/manifests/munin.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/munin.pp')
-rw-r--r--manifests/munin.pp6
1 files changed, 6 insertions, 0 deletions
diff --git a/manifests/munin.pp b/manifests/munin.pp
index 867e1af..ef01a15 100644
--- a/manifests/munin.pp
+++ b/manifests/munin.pp
@@ -5,4 +5,10 @@ class apcupsd::munin(
source => "apcupsd/munin/apc_nis",
ensure => $ensure,
}
+
+ # From http://munin-monitoring.org/browser/munin-contrib/plugins/ups/apcupsd_ww
+ munin::plugin::deploy { 'apc_ww':
+ source => "apcupsd/munin/apc_nis",
+ ensure => $ensure,
+ }
}