You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config.sample.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ processing:
56
56
# example the official Ruuvi Gateway).
57
57
disable_formats:
58
58
#- "6"
59
-
# Flag to include unofficial data in the measurements. This is undocumented data that is included in some measurements sent by certain revisions of <redacted>
59
+
# Flag to include unofficial data in the measurements. This is undocumented data that is included in some measurements sent by certain revisions of Ruuvi Air
60
60
include_unofficial: false
61
61
62
62
# Supports both InfluxDB 1.8 and 2.x
@@ -106,7 +106,7 @@ prometheus:
106
106
# Port to listen on. Cannot be the same as http listener port if enabled
107
107
port: 8081
108
108
# Prefix to add to the measurement metrics. Versions prior to v1.0.0 used a hardcoded "ruuvitag" as the prefix
109
-
# v1.0.0 changed the default to "ruuvi" when support for <redacted> was added. Change this to "ruuvitag" if you want to retain the old prefix
109
+
# v1.0.0 changed the default to "ruuvi" when support for Ruuvi Air was added. Change this to "ruuvitag" if you want to retain the old prefix
110
110
measurement_metric_prefix: ruuvi
111
111
112
112
# Publish the parsed and processed data back to MQTT. Can be the same server or a different one.
0 commit comments