X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/4d58dbbf44ec07022db6abfadc8a992a6496bc1b..4177d28331e277e9bd639d28b1cf606f27794c66:/cookbooks/prometheus/recipes/default.rb?ds=inline diff --git a/cookbooks/prometheus/recipes/default.rb b/cookbooks/prometheus/recipes/default.rb index 85c5ec312..de601b766 100644 --- a/cookbooks/prometheus/recipes/default.rb +++ b/cookbooks/prometheus/recipes/default.rb @@ -43,14 +43,10 @@ end directory "/opt/prometheus" do action :delete - owner "root" - group "root" - mode "755" recursive true - not_if { ::Dir.exist?("/opt/prometheus/.git") } end -git "/opt/prometheus" do +git "/opt/prometheus-exporters" do action :sync repository "https://github.com/openstreetmap/prometheus-exporters.git" revision "main" @@ -108,6 +104,7 @@ prometheus_exporter "node" do --collector.interrupts --collector.ntp --collector.processes + --collector.rapl.enable-zone-label --collector.systemd --collector.tcpstat ] @@ -117,7 +114,7 @@ end unless node[:prometheus][:snmp].empty? prometheus_exporter "snmp" do port 9116 - options "--config.file=/opt/prometheus/exporters/snmp/snmp.yml" + options "--config.file=/opt/prometheus-exporters/exporters/snmp/snmp.yml" register_target false end end