Add Prometheus with config

This commit is contained in:
Alex Ellis
2017-06-22 15:47:12 +01:00
parent 7a88b9beec
commit 1dcab8874a

View File

@ -0,0 +1,5 @@
FROM prom/prometheus:v1.7.1
COPY prometheus.yml /etc/prometheus/prometheus.yml
COPY alert.rules /etc/prometheus/alert.rules