X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/127bbb52c27974a9ea5558b52731abe08bda90a1..3ec71f5485e7f07c4ff2306d65d780951b61d71e:/cookbooks/postgresql/recipes/default.rb?ds=sidebyside diff --git a/cookbooks/postgresql/recipes/default.rb b/cookbooks/postgresql/recipes/default.rb index 07e59cbce..affe9f502 100644 --- a/cookbooks/postgresql/recipes/default.rb +++ b/cookbooks/postgresql/recipes/default.rb @@ -198,5 +198,6 @@ prometheus_exporter "postgres" do "PG_EXPORTER_AUTO_DISCOVER_DATABASES" => "true", "PG_EXPORTER_EXCLUDE_DATABASES" => "postgres,template0,template1" restrict_address_families "AF_UNIX" + remove_ipc false subscribes :restart, "template[/etc/prometheus/exporters/postgres_queries.yml]" end