X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/f1f0af5f339a3c3f3f510eaad8296fb6d7e5b779..4a027f7fe6207434dff2b8dd6a16810228a5c9ce:/roles/db.rb diff --git a/roles/db.rb b/roles/db.rb index 05cd66aa9..24ae10683 100644 --- a/roles/db.rb +++ b/roles/db.rb @@ -15,26 +15,6 @@ default_attributes( :enable => false } }, - :munin => { - :plugins => { - :postgres_connections_openstreetmap => { - :waiting => { - :warning => 10, - :critical => 20 - } - }, - :postgres_locks_openstreetmap => { - :accesssharelock => { - :warning => 900, - :critical => 1000 - }, - :rowexclusivelock => { - :warning => 250, - :critical => 300 - } - } - } - }, :postgresql => { :settings => { :defaults => {