Update README.md

This commit is contained in:
Leon Morten Richter 2021-07-11 16:40:10 +02:00 committed by GitHub
parent 63da577f1c
commit 0080516134
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,6 +7,11 @@ Over the past years I replaced all my networking gear with Mikrotik devices. Not
- Router running RouterOS 7.x.x - Router running RouterOS 7.x.x
- Raspberry Pi 4 with 2 gb RAM - Raspberry Pi 4 with 2 gb RAM
## Demo pictures
![General system stats](https://github.com/M0r13n/mikrotik_monitoring/blob/main/doc/pic1.png)
![Wifi stats](https://github.com/M0r13n/mikrotik_monitoring/blob/main/doc/pic2.png)
## Installation ## Installation
## Mikrotik Router ## Mikrotik Router
@ -37,4 +42,4 @@ curl -sSL https://get.docker.com | sh
sudo usermod -aG docker ubuntu sudo usermod -aG docker ubuntu
sudo pip3 install docker-compose sudo pip3 install docker-compose
sudo systemctl enable docker sudo systemctl enable docker
``` ```