]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/prometheus/recipes/default.rb
Fix incorrect change to replication lag alerts
[chef.git] / cookbooks / prometheus / recipes / default.rb
index 7b281b03cb4dd07985aa7a28a95572584ae1ac02..cecfbc74d37c56a92c9ec3f3e32c160f768e8692 100644 (file)
@@ -102,12 +102,11 @@ prometheus_exporter "node" do
   user "root"
   proc_subset "all"
   protect_clock false
-  restrict_address_families ["AF_UNIX", "AF_NETLINK"]
+  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
-    --collector.ntp
     --collector.processes
     --collector.rapl.enable-zone-label
     --collector.systemd