]> git.openstreetmap.org Git - chef.git/commitdiff
Manage the renderd_queue_time munin plugin
authorTom Hughes <tom@compton.nu>
Thu, 29 Aug 2013 16:39:33 +0000 (17:39 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 29 Aug 2013 16:39:46 +0000 (17:39 +0100)
cookbooks/tile/recipes/default.rb

index 453c19a7170057e39bd26fc21358aeec35e7ab74..6516831e2ca475c6baca05ea3230b94fb091d9a3 100644 (file)
@@ -501,12 +501,13 @@ template "/etc/cron.d/cleanup-tiles" do
 end
 
 munin_plugin "mod_tile_fresh"
 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_response"
 munin_plugin "mod_tile_zoom"
-munin_plugin "mod_tile_latency"
 
 munin_plugin "renderd_processed"
 munin_plugin "renderd_queue"
 
 munin_plugin "renderd_processed"
 munin_plugin "renderd_queue"
+munin_plugin "renderd_queue_time"
 munin_plugin "renderd_zoom"
 munin_plugin "renderd_zoom_time"
 
 munin_plugin "renderd_zoom"
 munin_plugin "renderd_zoom_time"