Update README.md

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

View file

@ -43,3 +43,18 @@ sudo usermod -aG docker ubuntu
sudo pip3 install docker-compose
sudo systemctl enable docker
```
Spin up Grafana and Prometheus:
```bash
# Clone this repo
git clone https://github.com/M0r13n/mikrotik_monitoring.git
# Go into the cloned directory
cd mikrotik_monitoring
# Let docker-compose do it's job
sudo docker-compose up -d
```
Done. You should now be able to open the Grafana dashboard on Port 3000 of your Raspberry Pi.