]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/prometheus/recipes/default.rb
Add PXE boot support using ipxe netboot.xyz
[chef.git] / cookbooks / prometheus / recipes / default.rb
index 2ad1d69aa7934eb0098f177721f0ce2032a1e966..6e88362a40ba80bb8dc009b7886c832d474afc1f 100644 (file)
@@ -113,3 +113,11 @@ prometheus_exporter "node" do
   ]
   metric_relabel metric_relabel
 end
+
+unless node[:prometheus][:snmp].empty?
+  prometheus_exporter "snmp" do
+    port 9116
+    options "--config.file=/opt/prometheus/exporters/snmp/snmp.yml"
+    register_target false
+  end
+end