"a.mx.openstreetmaps.org",
"a.mx.osm.io"
],
+ :queue_run_max => 5,
+ :smtp_accept_max => 200,
:smarthost_name => "mail.openstreetmap.org",
:smarthost_via => false,
:dns_blacklists => ["zen.spamhaus.org"],
"rails" => "root",
"trac" => "root",
"munin" => "root",
+ "prometheus" => "root",
"www-data" => "root",
"osmbackup" => "root",
"noreply" => "/dev/null",
}
}
}
+ },
+ :prometheus => {
+ :metrics => {
+ :exim_queue_limit => { :metric => 500 }
+ }
}
)