]> mj.ucw.cz Git - home-hw.git/commitdiff
Prometheus: Sensor renames
authorMartin Mares <mj@ucw.cz>
Mon, 27 Aug 2018 19:10:42 +0000 (21:10 +0200)
committerMartin Mares <mj@ucw.cz>
Mon, 27 Aug 2018 19:10:42 +0000 (21:10 +0200)
prometheus/burrow-prometheus.c

index 188af4525915dc0e1e48eaeac24e312fb6cc240c..ffef3c064dede7aecf40574fed83487780b521d9 100644 (file)
@@ -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",