X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/b657952ed0733ce7cf0618bcb02d272fb477d31a..1e2cab84800a723bc8f156345ea281b8d82088be:/roles/tile.rb?ds=inline diff --git a/roles/tile.rb b/roles/tile.rb index 44a067c7e..a0b0e4a23 100644 --- a/roles/tile.rb +++ b/roles/tile.rb @@ -22,6 +22,15 @@ default_attributes( :max_requests_per_child => 100000 } }, + :munin => { + :plugins => { + :renderd_processed => { + :graph_order => "reqPrio req reqLow dirty reqBulk dropped", + :reqPrio => { :draw => "AREA" }, + :req => { :draw => "STACK" } + } + } + }, :postgresql => { :settings => { :defaults => {