From: Tom Hughes Date: Thu, 29 Aug 2013 16:39:33 +0000 (+0100) Subject: Manage the renderd_queue_time munin plugin X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/13d1e4cec43f3af07ac845c241a5e1782f4e6d74 Manage the renderd_queue_time munin plugin --- diff --git a/cookbooks/tile/recipes/default.rb b/cookbooks/tile/recipes/default.rb index 453c19a71..6516831e2 100644 --- a/cookbooks/tile/recipes/default.rb +++ b/cookbooks/tile/recipes/default.rb @@ -501,12 +501,13 @@ template "/etc/cron.d/cleanup-tiles" do end munin_plugin "mod_tile_fresh" +munin_plugin "mod_tile_latency" munin_plugin "mod_tile_response" munin_plugin "mod_tile_zoom" -munin_plugin "mod_tile_latency" munin_plugin "renderd_processed" munin_plugin "renderd_queue" +munin_plugin "renderd_queue_time" munin_plugin "renderd_zoom" munin_plugin "renderd_zoom_time"