X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/9bb78787b17907354cc60ad73bd738560233c799..5d33b4e76966a4ae9f78cbd414daab5ef47475c6:/roles/base.rb?ds=sidebyside diff --git a/roles/base.rb b/roles/base.rb index 2da7e4e24..718b288a5 100644 --- a/roles/base.rb +++ b/roles/base.rb @@ -10,17 +10,10 @@ default_attributes( :jburgess => { :status => :administrator } } }, - :munin => { - :plugins => { - :chrony => { - :systime => { :warning => "100", :critical => "250" } - } - } - }, :networking => { :roles => { - :internal => { :metric => 200, :zone => "loc" }, - :external => { :metric => 100, :zone => "osm" } + :internal => { :metric => 200 }, + :external => { :metric => 100 } }, :search => ["openstreetmap.org"] }, @@ -95,7 +88,6 @@ run_list( "recipe[devices]", "recipe[hardware]", "recipe[prometheus]", - "recipe[munin::plugins]", "recipe[networking]", "recipe[exim]", "recipe[ntp]",