X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/8eff1012683a165183b67903f8bc1828522a870a..c580104cc2296be4e5feddd87205d1d414e594d7:/roles/ironbelly.rb diff --git a/roles/ironbelly.rb b/roles/ironbelly.rb index 1694191e1..046262d43 100644 --- a/roles/ironbelly.rb +++ b/roles/ironbelly.rb @@ -26,21 +26,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 +79,7 @@ default_attributes( } }, :planet => { - :replication => "disabled" + :replication => "enabled" }, :rsyncd => { :modules => { @@ -147,7 +132,7 @@ run_list( "role[backup]", "role[stats]", "role[planet]", - # "role[planetdump]", + "role[planetdump]", "role[logstash]", "recipe[rsyncd]", "recipe[dhcpd]",