Update for influxdb2

Updated environment options and readme
This commit is contained in:
Marty Oehme 2021-05-16 13:50:03 +02:00
parent 42d0ea02a3
commit 0def56d219
Signed by: Marty
GPG key ID: B7538B8F50A1C800
3 changed files with 164 additions and 155 deletions

View file

@ -11,7 +11,7 @@ apt-get update && \
apt-get -q -y install --no-install-recommends apt-utils gnupg1 apt-transport-https dirmngr && \
\
# Install Python packages
pip3 install pythonping influxdb && \
pip3 install pythonping influxdb-client && \
\
# Clean up
apt-get -q -y autoremove && apt-get -q -y clean && \