From: Tom Hughes Date: Sun, 3 Jan 2021 13:52:04 +0000 (+0000) Subject: Remove cleanup code X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/ae5c15351d43403f2cc0fe708b00bbf0a69c1383 Remove cleanup code --- diff --git a/cookbooks/tile/recipes/default.rb b/cookbooks/tile/recipes/default.rb index a52c0aa66..e2bf53d77 100644 --- a/cookbooks/tile/recipes/default.rb +++ b/cookbooks/tile/recipes/default.rb @@ -610,14 +610,6 @@ munin_plugin "renderd_zoom_time" munin_plugin "replication_delay" -prometheus_collector "modtile" do - action :delete -end - -prometheus_collector "renderd" do - action :delete -end - prometheus_exporter "modtile" do port 9494 end