Support for InfluxDB 2.x (now requires 1.8 or later) #2

Merged
nellemann merged 3 commits from influxdb2 into main 2023-05-25 13:23:01 +00:00
Showing only changes of commit 04d3d8d0cd - Show all commits

View file

@ -114,7 +114,7 @@ Screenshots of the provided Grafana dashboard can be found in the [doc/screensho
## Development Information
You need Java (JDK) version 8 or later to build hmci.
You need Java (JDK) version 8 or later to build svci.
### Build & Test
@ -135,7 +135,7 @@ Start a InfluxDB container:
docker run --name=influxdb --rm -d -p 8086:8086 influxdb:1.8
```
Create the *hmci* database:
Create the *svci* database:
```shell
docker exec -i influxdb influx -execute "CREATE DATABASE svci"