]> git.openstreetmap.org Git - chef.git/blobdiff - roles/db.rb
Remove munin
[chef.git] / roles / db.rb
index 05cd66aa946ac426fddf39299028976b8ce77b07..24ae106838bc76ee796153504a4579f3a064c633 100644 (file)
@@ -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 => {