From: Tom Hughes Date: Tue, 23 Dec 2014 09:35:14 +0000 (+0000) Subject: Increase warning threshol for IO zone on G5 machines X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/d8a807d2d3fa09bb14484e03e193c0b37da26daa?ds=inline Increase warning threshol for IO zone on G5 machines --- diff --git a/roles/ascalon.rb b/roles/ascalon.rb index f453ced38..cffccad35 100644 --- a/roles/ascalon.rb +++ b/roles/ascalon.rb @@ -27,5 +27,6 @@ default_attributes( run_list( "role[ucl-wolfson]", + "role[hp-g5]", "role[roundup]" ) diff --git a/roles/clifford.rb b/roles/clifford.rb index fbef667cc..d19e4bed5 100644 --- a/roles/clifford.rb +++ b/roles/clifford.rb @@ -22,5 +22,6 @@ default_attributes( run_list( "role[ucl-wolfson]", + "role[hp-g5]", "role[forum]" ) diff --git a/roles/draco.rb b/roles/draco.rb index 30bbc770e..a5c7d9c20 100644 --- a/roles/draco.rb +++ b/roles/draco.rb @@ -30,5 +30,6 @@ default_attributes( ) run_list( - "role[ucl-wolfson]" + "role[ucl-wolfson]", + "role[hp-g5]" ) diff --git a/roles/grindtooth.rb b/roles/grindtooth.rb index c86b55c2e..cf9538ed1 100644 --- a/roles/grindtooth.rb +++ b/roles/grindtooth.rb @@ -22,5 +22,6 @@ default_attributes( run_list( "role[ucl-wolfson]", + "role[hp-g5]", "role[taginfo]" ) diff --git a/roles/hp-g5.rb b/roles/hp-g5.rb new file mode 100644 index 000000000..50986b149 --- /dev/null +++ b/roles/hp-g5.rb @@ -0,0 +1,12 @@ +name "hp-g5" +description "Role applied to all HP G5 machines" + +default_attributes( + :munin => { + :plugins => { + :hpasmcli2_temp => { + :temp1 => { :warning => 60 } + } + } + } +) diff --git a/roles/idris.rb b/roles/idris.rb index b13469623..372aba8cb 100644 --- a/roles/idris.rb +++ b/roles/idris.rb @@ -21,5 +21,6 @@ default_attributes( ) run_list( - "role[ucl-wolfson]" + "role[ucl-wolfson]", + "role[hp-g5]" ) diff --git a/roles/norbert.rb b/roles/norbert.rb index b860ce55e..28fc3aaa1 100644 --- a/roles/norbert.rb +++ b/roles/norbert.rb @@ -45,5 +45,6 @@ default_attributes( ) run_list( - "role[ucl-wolfson]" + "role[ucl-wolfson]", + "role[hp-g5]" ) diff --git a/roles/sarel.rb b/roles/sarel.rb index c2a667a4c..26f845b90 100644 --- a/roles/sarel.rb +++ b/roles/sarel.rb @@ -22,5 +22,6 @@ default_attributes( run_list( "role[ucl-wolfson]", + "role[hp-g5]", "role[yournavigation]" ) diff --git a/roles/thorn-01.rb b/roles/thorn-01.rb index 65bbc810d..40de2f07f 100644 --- a/roles/thorn-01.rb +++ b/roles/thorn-01.rb @@ -16,5 +16,6 @@ default_attributes( run_list( "role[ic]", + "role[hp-g5]", "role[web-backend]" ) diff --git a/roles/thorn-02.rb b/roles/thorn-02.rb index 3bed1acc2..c90147720 100644 --- a/roles/thorn-02.rb +++ b/roles/thorn-02.rb @@ -16,5 +16,6 @@ default_attributes( run_list( "role[ic]", + "role[hp-g5]", "role[web-backend]" ) diff --git a/roles/thorn-03.rb b/roles/thorn-03.rb index da838574e..cf1d721a9 100644 --- a/roles/thorn-03.rb +++ b/roles/thorn-03.rb @@ -16,5 +16,6 @@ default_attributes( run_list( "role[ic]", + "role[hp-g5]", "role[web-backend]" ) diff --git a/roles/urmel.rb b/roles/urmel.rb index a556a8072..ee8635986 100644 --- a/roles/urmel.rb +++ b/roles/urmel.rb @@ -22,5 +22,6 @@ default_attributes( run_list( "role[ucl-wolfson]", + "role[hp-g5]", "role[munin]" )