From 4654b74b08366247bfebd165fcca72c372249db6 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 27 Aug 2018 21:10:42 +0200 Subject: [PATCH] Prometheus: Sensor renames --- prometheus/burrow-prometheus.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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", -- 2.39.5