]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/prometheus/recipes/default.rb
Add IPv6 addresses to dulcy
[chef.git] / cookbooks / prometheus / recipes / default.rb
index 0c4bc59da61575abcd2ec1c01c2e1fbd6145c949..c6b609b0692f78f4c816f459b9ac14a92bdb21f0 100644 (file)
@@ -19,8 +19,7 @@
 
 include_recipe "git"
 include_recipe "networking"
-
-package "ruby"
+include_recipe "ruby"
 
 if node.internal_ipaddress
   node.default[:prometheus][:mode] = "internal"
@@ -124,7 +123,10 @@ unless node[:prometheus][:junos].empty?
       --ssh.user=prometheus
       --ssh.keyfile=/var/lib/prometheus/junos-exporter/id_rsa
       --ssh.targets=#{targets}
+      --bgp.enabled=false
       --lacp.enabled=true
+      --ldp.enabled=false
+      --ospf.enabled=false
       --power.enabled=false
     ]
     ssh true