From 1dcab8874adea74c112a054f95fee43995e60f3a Mon Sep 17 00:00:00 2001 From: Alex Ellis Date: Thu, 22 Jun 2017 15:47:12 +0100 Subject: [PATCH] Add Prometheus with config --- prometheus/Dockerfile.prometheus | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 prometheus/Dockerfile.prometheus diff --git a/prometheus/Dockerfile.prometheus b/prometheus/Dockerfile.prometheus new file mode 100644 index 00000000..91aa7086 --- /dev/null +++ b/prometheus/Dockerfile.prometheus @@ -0,0 +1,5 @@ +FROM prom/prometheus:v1.7.1 + +COPY prometheus.yml /etc/prometheus/prometheus.yml +COPY alert.rules /etc/prometheus/alert.rules +