From 635218874b29c3e3012e1941db1edf308b4102f0 Mon Sep 17 00:00:00 2001 From: Alex Ellis Date: Wed, 3 Jan 2018 22:20:41 +0000 Subject: [PATCH] Add back alert rules for armhf Signed-off-by: Alex Ellis --- docker-compose.armhf.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.armhf.yml b/docker-compose.armhf.yml index 472cd18f..ad0ef5a8 100644 --- a/docker-compose.armhf.yml +++ b/docker-compose.armhf.yml @@ -21,7 +21,7 @@ services: image: alexellis2/prometheus-armhf:1.5.2 volumes: - ./prometheus/prometheus.yml:/etc/prometheus/prometheus.yml - - ./prometheus/alert.rules:/etc/prometheus/alert.rules + - ./prometheus/k8s.alert.rules:/etc/prometheus/alert.rules command: "-config.file=/etc/prometheus/prometheus.yml -storage.local.path=/prometheus -storage.local.memory-chunks=10000 --alertmanager.url=http://alertmanager:9093" ports: