mirror of
https://github.com/IgorKha/Grafana-Mikrotik.git
synced 2025-12-06 02:19:28 +00:00
Updated to be compatible with version 8.2.1
This commit is contained in:
parent
7241b15abe
commit
142fb78e24
4 changed files with 4037 additions and 5048 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -3,7 +3,7 @@
|
|||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
## 🐳 Deploy with docker-compose
|
||||
|
||||
### Deploy with sh script
|
||||
### Deploy with bash script
|
||||
|
||||
```console
|
||||
curl -fsSL https://raw.githubusercontent.com/IgorKha/Grafana-Mikrotik/master/run.sh | bash -s -- --config
|
||||
|
|
@ -40,6 +40,7 @@ For example:
|
|||
### deploy with docker-compose manual
|
||||
|
||||
1.Change targets ip (192.168.88.1) into file prometheus/prometheus.yml
|
||||
|
||||
2.Run
|
||||
|
||||
```console
|
||||
|
|
@ -48,7 +49,9 @@ docker-compose up -d
|
|||
|
||||
3.Open [localhost:3000](http://localhost:3000)
|
||||
|
||||
Grafana login: admin, password: mikrotik
|
||||
* Grafana login: `admin`
|
||||
|
||||
* Password: `mikrotik`
|
||||
|
||||
If you want to change the credentials, then edit the ".env" file
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ version: '3.9'
|
|||
|
||||
services:
|
||||
grafana:
|
||||
image: grafana/grafana:8.1.7
|
||||
image: grafana/grafana:8.2.1
|
||||
container_name: mk_grafana
|
||||
restart: always
|
||||
volumes:
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue