monitoring de la poubelle
This commit is contained in:
parent
e6e8092613
commit
a4a8fed358
1 changed files with 9 additions and 1 deletions
|
@ -2,7 +2,7 @@ mqtt:
|
||||||
# The MQTT broker to connect to
|
# The MQTT broker to connect to
|
||||||
server: tcp://new.hackens.org:1883
|
server: tcp://new.hackens.org:1883
|
||||||
# The Topic path to subscribe to. Be aware that you have to specify the wildcard, if you want to follow topics for multiple sensors.
|
# The Topic path to subscribe to. Be aware that you have to specify the wildcard, if you want to follow topics for multiple sensors.
|
||||||
topic_path: kfet/open
|
topic_path: +/+
|
||||||
# The MQTT QoS level
|
# The MQTT QoS level
|
||||||
qos: 0
|
qos: 0
|
||||||
metric_per_topic_config:
|
metric_per_topic_config:
|
||||||
|
@ -21,3 +21,11 @@ metrics:
|
||||||
help: K-Fêt opening state
|
help: K-Fêt opening state
|
||||||
# The prometheus type for this metric. Valid values are: "gauge" and "counter"
|
# The prometheus type for this metric. Valid values are: "gauge" and "counter"
|
||||||
type: gauge
|
type: gauge
|
||||||
|
# The name of the metric in prometheus
|
||||||
|
- prom_name: trash_filling
|
||||||
|
# The name of the metric in a MQTT JSON message
|
||||||
|
mqtt_name: trash
|
||||||
|
# The prometheus help text for this metric
|
||||||
|
help: Hackens trash filling state
|
||||||
|
# The prometheus type for this metric. Valid values are: "gauge" and "counter"
|
||||||
|
type: gauge
|
||||||
|
|
Loading…
Reference in a new issue