X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/8eff1012683a165183b67903f8bc1828522a870a..9ac3f14227e8bb96030642c60ec7adb51d36f01c:/roles/ironbelly.rb diff --git a/roles/ironbelly.rb b/roles/ironbelly.rb index 1694191e1..8bc758e76 100644 --- a/roles/ironbelly.rb +++ b/roles/ironbelly.rb @@ -16,7 +16,8 @@ default_attributes( :disk => { :watermark => { :low => "95%", - :high => "98%" + :high => "98%", + :flood_stage => "99%" } } } @@ -26,21 +27,6 @@ default_attributes( :data => "/store/elasticsearch" } }, - :munin => { - :graphs => { - :apcpdu_ams => { - :title => "Current for Amsterdam", - :vlabel => "Amps", - :category => "Ups", - :values => { - :load => { - :sum => ["apcpdu_pdu1.load", "apcpdu_pdu2.load"], - :label => "Load" - } - } - } - } - }, :networking => { :interfaces => { :internal_ipv4 => { @@ -94,7 +80,7 @@ default_attributes( } }, :planet => { - :replication => "disabled" + :replication => "enabled" }, :rsyncd => { :modules => { @@ -145,9 +131,8 @@ run_list( "role[web-storage]", "role[supybot]", "role[backup]", - "role[stats]", "role[planet]", - # "role[planetdump]", + "role[planetdump]", "role[logstash]", "recipe[rsyncd]", "recipe[dhcpd]",