]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/prometheus/recipes/default.rb
Reduce sensitivity of postgres idle transaction alert
[chef.git] / cookbooks / prometheus / recipes / default.rb
index de601b766f64ea588a4dc331ca95707e727e2f28..0806061e6c594c565e373636d73c56ade1e0cf99 100644 (file)
@@ -99,6 +99,11 @@ end
 
 prometheus_exporter "node" do
   port 9100
+  user "root"
+  proc_subset "all"
+  protect_clock false
+  restrict_address_families %w[AF_UNIX AF_NETLINK]
+  system_call_filter ["@system-service", "@clock"]
   options %w[
     --collector.textfile.directory=/var/lib/prometheus/node-exporter
     --collector.interrupts