]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/prometheus/templates/default/prometheus.yml.erb
Configure prometheus alert manager
[chef.git] / cookbooks / prometheus / templates / default / prometheus.yml.erb
index 66051b622dfc9098919246c7a3c2d6e758f11f03..c6ace499b22c8c47511fef36ada4e1a313275991 100644 (file)
@@ -16,8 +16,11 @@ scrape_configs:
     static_configs:
 <% targets.each do |target| -%>
       - targets:
-          - <%= target[:address] %>
+          - "<%= target[:address] %>"
         labels:
           instance: <%= target[:name].split(".").first %>
 <% end -%>
 <% end -%>
+
+# remote_write:
+#   - url: "http://localhost:9201/write"