]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/prometheus/templates/default/defaults.erb
Enable NTP collector for prometheus node exporter
[chef.git] / cookbooks / prometheus / templates / default / defaults.erb
index 3760c99f753181f2fecc8e8323a2ba96f38faf58..c73c52e9a4020a2dd6e2e2db2a7d7f87f5654ab0 100644 (file)
@@ -1,3 +1,3 @@
 # DO NOT EDIT - This file is being maintained by Chef
 
-ARGS="--<%= @listen_switch %>=<%= @listen_address %>"
+ARGS="--<%= @listen_switch %>=<%= @listen_address %> <%= Array(@exporter_options).join(" ") %>"