updated routermon e upsmon, ora funzionano

This commit is contained in:
2025-05-30 23:26:22 +02:00
parent 27170ef12a
commit 5f34f3169a
6 changed files with 140 additions and 38 deletions

View File

@@ -2,4 +2,8 @@ FROM python:3.12-alpine
RUN apk update && apk upgrade --no-cache
RUN apk add python3-routeros
RUN pip install --no-cache-dir RouterOS-API influxdb-client
COPY ./routermon.py /home/routermon.py
CMD [ "python", "/home/routermon.py" ]