]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/postgresql/recipes/default.rb
Don't allow postgres export to remove IPC objects
[chef.git] / cookbooks / postgresql / recipes / default.rb
index 07e59cbce81761aa7ea60e218dce71c540b26894..affe9f502d50084d620cb7c09794805943b44f25 100644 (file)
@@ -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