mirror of
https://github.com/IgorKha/Grafana-Mikrotik.git
synced 2025-12-06 02:19:28 +00:00
updated grafana version
This commit is contained in:
parent
f1107cf89f
commit
aafa4316d5
4 changed files with 2093 additions and 363 deletions
File diff suppressed because it is too large
Load diff
20
README.md
20
README.md
|
|
@ -1,15 +1,17 @@
|
|||
# Grafana-Mikrotik
|
||||
|
||||

|
||||
|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
[](https://liberapay.com/~1772367/donate)
|
||||
|
||||
-----------
|
||||
---
|
||||
|
||||
## 🐳 Deploy with docker-compose
|
||||
|
||||
|
|
@ -49,13 +51,13 @@ docker-compose up -d
|
|||
|
||||
3.Open [localhost:3000](http://localhost:3000)
|
||||
|
||||
* Grafana login: `admin`
|
||||
* Grafana login: `admin`
|
||||
|
||||
* Password: `mikrotik`
|
||||
* Password: `mikrotik`
|
||||
|
||||
If you want to change the credentials, then edit the ".env" file
|
||||
|
||||
-----------
|
||||
---
|
||||
|
||||
## Manual deploy
|
||||
|
||||
|
|
@ -82,7 +84,7 @@ If you want to change the credentials, then edit the ".env" file
|
|||
|
||||
3.Add dashboard <https://grafana.com/grafana/dashboards/14420>
|
||||
|
||||
-----------
|
||||
---
|
||||
|
||||
### Docker snmp_exporter
|
||||
|
||||
|
|
@ -94,5 +96,5 @@ If you want to change the credentials, then edit the ".env" file
|
|||
sudo docker run -d -p 9116:9116 mashinkopochinko/snmp_exporter_mikrotik:latest
|
||||
```
|
||||
|
||||
-----------
|
||||
---
|
||||

|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ version: '3.9'
|
|||
|
||||
services:
|
||||
grafana:
|
||||
image: grafana/grafana:9.0.0
|
||||
image: grafana/grafana:9.0.5
|
||||
env_file:
|
||||
- .grafana
|
||||
container_name: mk_grafana
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue