From: Tom Hughes Date: Wed, 5 Sep 2018 08:15:11 +0000 (+0100) Subject: Set warning thresholds for some sensors on pyrene X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/d5a19814fd4cf9e7cb0dab8daab6cc98b6c46651?ds=sidebyside Set warning thresholds for some sensors on pyrene --- diff --git a/roles/pyrene.rb b/roles/pyrene.rb index f7f36ee76..e9d7f02da 100644 --- a/roles/pyrene.rb +++ b/roles/pyrene.rb @@ -5,6 +5,14 @@ default_attributes( :apt => { :sources => ["postgresql"] }, + :munin => { + :plugins => { + :hpasmcli2_temp => { + :temp15 => { :warning => "59.5", :critical => "70" }, + :temp17 => { :warning => "59.5", :critical => "70" } + } + } + }, :networking => { :interfaces => { :external_ipv4 => {