]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/prometheus/templates/default/prometheus.yml.erb
Disable SSL for alert manager emails
[chef.git] / cookbooks / prometheus / templates / default / prometheus.yml.erb
index 46d241905d46fd17b22d72870a64d9439135168e..02c71fefdfa93a2ab23634f8462277ac39e1cb27 100644 (file)
@@ -4,6 +4,15 @@ global:
   scrape_interval: 15s
   evaluation_interval: 15s
 
+alerting:
+  alertmanagers:
+    - static_configs:
+        - targets:
+            - localhost:9093
+
+rule_files:
+  - /etc/prometheus/*_rules.yml
+
 scrape_configs:
   - job_name: prometheus
     scrape_interval: 5s
@@ -21,3 +30,6 @@ scrape_configs:
           instance: <%= target[:name].split(".").first %>
 <% end -%>
 <% end -%>
+
+# remote_write:
+#   - url: "http://localhost:9201/write"