aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mqtt-client/Dockerfile2
-rw-r--r--switch-snmp/mikrotik-switches.conf10
2 files changed, 5 insertions, 7 deletions
diff --git a/mqtt-client/Dockerfile b/mqtt-client/Dockerfile
index 80350cf..ad59f9b 100644
--- a/mqtt-client/Dockerfile
+++ b/mqtt-client/Dockerfile
@@ -6,7 +6,5 @@ RUN apt-get install -y python3-pip iputils-ping
COPY . /app
WORKDIR /app
RUN pip3 install -r requirements.txt
-RUN pip3 install -r TasmotaCLI/requirements.txt
-RUN pip3 install docker
ENTRYPOINT ["python3"]
CMD ["mqtt-client.py"]
diff --git a/switch-snmp/mikrotik-switches.conf b/switch-snmp/mikrotik-switches.conf
index 308ea2b..b777b53 100644
--- a/switch-snmp/mikrotik-switches.conf
+++ b/switch-snmp/mikrotik-switches.conf
@@ -1,9 +1,9 @@
[192.168.69.22]
ether1 = Modem
-ether2 = Uplink
+ether2 = 2
ether3 = EAP110 Wifi
ether4 = Amazon Firestick
-ether5 = PC
-ether6 = Switch
-ether7 = PS3
-ether8 = 8
+ether5 = 5
+ether6 = 6
+ether7 = 7
+ether8 = 8 \ No newline at end of file