From: Grant Slater Date: Sun, 9 Mar 2014 16:40:34 +0000 (+0000) Subject: poldi: Vbat voltage reasonable warnings X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/1be9dd08bab7652786e41e46507f0575bf610efa poldi: Vbat voltage reasonable warnings --- diff --git a/roles/poldi.rb b/roles/poldi.rb index 4f202e6bd..3b256d998 100644 --- a/roles/poldi.rb +++ b/roles/poldi.rb @@ -77,8 +77,10 @@ default_attributes( :plugins => { :sensors_volt => { :volt6 => { - :warning => "2.99:3.54", - :critical => "2.50:4.00" + :warning => "2.992:3.536" + }, + :volt10 => { + :warning => "2.71:3.29" } } }