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 74f6947..46b75bd 100644
--- a/manifests/munin.pp
+++ b/manifests/munin.pp
@@ -11,4 +11,10 @@ class apcupsd::munin(
source => "apcupsd/munin/apcupsd_ww",
ensure => absent,
}
+
+ # From https://raw.githubusercontent.com/munin-monitoring/contrib/master/plugins/ups/apcupsd_pct
+ #munin::plugin::deploy { 'apcupsd_pct':
+ # source => "apcupsd/munin/apcupsd_pct",
+ # ensure => $ensure,
+ #}
}