From 1b9a105aecc3e6ab761a08ffe34642aa72e5343b Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 7 Nov 2014 11:38:19 -0200 Subject: Adding apcupsd_ww munin plugin --- manifests/munin.pp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'manifests') 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, + } } -- cgit v1.2.3