X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/59d9dcec009d1a6ce77cb0c7e9a33c4324998598..68a7a97c27d04dd01ce9dc8f139da5d58686d40c:/roles/poldi.rb diff --git a/roles/poldi.rb b/roles/poldi.rb index 869d4b8be..8aefdaf82 100644 --- a/roles/poldi.rb +++ b/roles/poldi.rb @@ -60,6 +60,30 @@ default_attributes( :effective_cache_size => "48GB" } } + }, + :nominatim => { + :fpm_pools => { + :www => { + :pm => "dynamic", + :max_children => "70" + }, + :bulk => { + :pm => "static", + :max_children => "9" + } + } + }, + :munin => { + :plugins => { + :sensors_volt => { + :volt6 => { + :warning => "2.992:3.536" + }, + :volt10 => { + :warning => "2.71:3.29" + } + } + } } )