X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/4f199b7381d639f0c604e1484d0ecb4e8d262a70..b7bd2d4b83bbfb1d835bef90e50ae451105e3b06:/cookbooks/prometheus/recipes/default.rb?ds=sidebyside diff --git a/cookbooks/prometheus/recipes/default.rb b/cookbooks/prometheus/recipes/default.rb index f657b9990..a9a1db6a2 100644 --- a/cookbooks/prometheus/recipes/default.rb +++ b/cookbooks/prometheus/recipes/default.rb @@ -41,5 +41,5 @@ end prometheus_exporter "node" do port 9100 package_options "--no-install-recommends" - exporter_options "--collector.ntp" + exporter_options "--collector.ntp --collector.processes --collector.interrupts" end