Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 593 Bytes

README.InfluxDB.md

File metadata and controls

15 lines (10 loc) · 593 Bytes

InfluxDB api

vzlogger can send measurements to a InfluxDB server.

Configuration

Set "api" to"influxdb" to use the InfluxDB API.

"host" is the IP address or hostname of the InfluxDB server in the format 127.0.0.1:8086

"uuid" is the unique channel ID. Use the uuid or uuidgen command to generate one.

For optional parameters such as username or password have a look at the example config file is available at etc/vzlogger.conf.InfluxDB