From 0d7628c959dd233e352808aa3f2fd95c623d42b3 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Thu, 16 Aug 2018 22:25:26 +0200 Subject: [PATCH] Revert "Prometheus: Circulation and fan" This reverts commit 548d62f3460bfd0cb300b2b8ce9128fc76d0ca64. --- prometheus/burrow-prometheus.c | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/prometheus/burrow-prometheus.c b/prometheus/burrow-prometheus.c index 579d530..188af45 100644 --- a/prometheus/burrow-prometheus.c +++ b/prometheus/burrow-prometheus.c @@ -97,18 +97,6 @@ static const struct attr attr_table[] = { .type = "gauge", .topic = "burrow/pressure/clock" }, - { - .metric = "loft_fan", - .help = "Fan velocity in the loft (0-3)", - .type = "gauge", - .topic = "burrow/loft/fan" - }, - { - .metric = "loft_circulation", - .help = "Circulation pump in the loft (0-1)", - .type = "gauge", - .topic = "burrow/loft/circulation" - }, }; static char *attr_values[ARRAY_SIZE(attr_table)]; -- 2.39.2