From: Martin Mares Date: Mon, 27 Aug 2018 19:10:42 +0000 (+0200) Subject: Prometheus: Sensor renames X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=4654b74b08366247bfebd165fcca72c372249db6;p=home-hw.git Prometheus: Sensor renames --- diff --git a/prometheus/burrow-prometheus.c b/prometheus/burrow-prometheus.c index 188af45..ffef3c0 100644 --- a/prometheus/burrow-prometheus.c +++ b/prometheus/burrow-prometheus.c @@ -74,16 +74,16 @@ static const struct attr attr_table[] = { .topic = "burrow/temp/garage" }, { - .metric = "temp_machinarium", - .help = "Temperature in the Machinarium [degC]", + .metric = "temp_kitchen", + .help = "Temperature in the kitchen [degC]", .type = "gauge", - .topic = "burrow/temp/machinarium" + .topic = "burrow/temp/kitchen" }, { .metric = "rh_garage", - .help = "Relative humidity in the garage [%]", + .help = "Relative humidity in the Ursarium [%]", .type = "gauge", - .topic = "burrow/temp/garage-rh" + .topic = "burrow/temp/ursarium-rh" }, { .metric = "temp_catarium_clock",