]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/prometheus/templates/default/apache.erb
Proxy requests to the prometheus and alertmanager web UIs
[chef.git] / cookbooks / prometheus / templates / default / apache.erb
index b4c7c55ac7c0cab9a36af15d8b836a8b5408cfd3..00760ed436659ccba6466d2d0a53ab1b7ee1ef20 100644 (file)
@@ -23,6 +23,9 @@
        SSLCertificateFile /etc/ssl/certs/prometheus.openstreetmap.org.pem
        SSLCertificateKeyFile /etc/ssl/private/prometheus.openstreetmap.org.key
 
+       ProxyPass /prometheus http://localhost:9090/prometheus
+       Redirect 403 /alertmanager/api
+       ProxyPass /alertmanager http://localhost:9093/alertmanager
        ProxyPass / http://localhost:3000/
        ProxyPreserveHost on
 </VirtualHost>