summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-11-07 11:46:04 -0200
committerSilvio Rhatto <rhatto@riseup.net>2014-11-07 11:46:04 -0200
commit2275ccd5c26a774e0add682b200f818d9284fe76 (patch)
tree6429834ef4ab525ceaec33f2c0479c3fd17fda6e
parent1b9a105aecc3e6ab761a08ffe34642aa72e5343b (diff)
downloadpuppet-apcupsd-2275ccd5c26a774e0add682b200f818d9284fe76.tar.gz
puppet-apcupsd-2275ccd5c26a774e0add682b200f818d9284fe76.tar.bz2
Adding NOMPOWER into apcupsd_ww
-rw-r--r--files/munin/apcupsd_ww9
1 files changed, 9 insertions, 0 deletions
diff --git a/files/munin/apcupsd_ww b/files/munin/apcupsd_ww
index b0b86f7..96083af 100644
--- a/files/munin/apcupsd_ww
+++ b/files/munin/apcupsd_ww
@@ -122,6 +122,15 @@ my $language = $ENV{LANG} || 'en';
warning => [ '+-10%', '108:128' ],
critical => [ 'LOTRANS:HITRANS', '+-15%', '104:132' ],
},
+ NOMPOWER => { # NOMPOWER
+ name => 'outputwatts',
+ label => {
+ en => 'Nominal power output in Watts',
+ },
+ nominal => [ 'NOMPOWER', '0,1500' ],
+ warning => 1200,
+ critical => 1300,
+ },
ITEMP => { # ITEMP : 44.1 C Internal
name => 'temperature',
label => {