Cambio versione a influxdb3 per usare InfluxQL per le query
This commit is contained in:
@@ -2,7 +2,7 @@ FROM python:3.12-alpine
|
||||
|
||||
RUN apk update && apk upgrade --no-cache
|
||||
|
||||
RUN pip install --no-cache-dir RouterOS-API influxdb-client
|
||||
RUN pip install --no-cache-dir RouterOS-API influxdb3-python
|
||||
|
||||
COPY ./routermon.py /home/routermon.py
|
||||
|
||||
|
||||
Reference in New Issue
Block a user