diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-11-07 11:46:04 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-11-07 11:46:04 -0200 |
commit | 2275ccd5c26a774e0add682b200f818d9284fe76 (patch) | |
tree | 6429834ef4ab525ceaec33f2c0479c3fd17fda6e | |
parent | 1b9a105aecc3e6ab761a08ffe34642aa72e5343b (diff) | |
download | puppet-apcupsd-2275ccd5c26a774e0add682b200f818d9284fe76.tar.gz puppet-apcupsd-2275ccd5c26a774e0add682b200f818d9284fe76.tar.bz2 |
Adding NOMPOWER into apcupsd_ww
-rw-r--r-- | files/munin/apcupsd_ww | 9 |
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 => { |