mqtt-to-influxdb

command module
v0.0.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 30, 2022 License: MIT Imports: 6 Imported by: 0

README

mqtt-to-influxdb

Bridge to write MQTT to InfluxDB.

Install

Please have a look at the binaries in https://github.com/elgohr/mqtt-to-influxdb/releases

Usage

Mandatory Configuration
Environment Variable Description
MQTT_NAME Name that the bridge will use on mqtt
MQTT_URL MQTT Broker URL
MQTT_USERNAME Username for authentication
MQTT_PASSWORD Password for authentication
Environment Variable InfluxDb < 2.0 InfluxDb 2.0
INFLUX_URL Url to the InfluxDB Url to the InfluxDB
INFLUX_TOKEN use "username:password" Token for authentication
INFLUX_ORGANIZATION leave empty Organization to use
INFLUX_BUCKET use database name Bucket to use
Optional
Environment Variable Description
INFLUX_RETRY_INTERVAL Retry interval for writing to InfluxDB in Milliseconds (max 4294967295)
INFLUX_MAX_RETRIES Numbers of retries for writing to InfluxDB
INFLUX_BATCH_SIZE Number of points send in a single request to InfluxDB

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL