From b7bd2d4b83bbfb1d835bef90e50ae451105e3b06 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Fri, 18 Sep 2020 22:35:12 +0100 Subject: [PATCH] Enable process and interrupt collectors for the node exporter --- cookbooks/prometheus/recipes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5