From d3cd26efcb2271a968f802090b9e96d17f8ff6df Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 7 Nov 2014 13:27:58 -0200 Subject: Adding apcupsd_pct (commented) --- manifests/munin.pp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'manifests') 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, + #} } -- cgit v1.2.3