mirror of
https://github.com/ItsDrike/network-monitor.git
synced 2024-11-09 19:49:42 +00:00
Use port 3000 for grafana
This commit is contained in:
parent
38aa4f2188
commit
1c40c8bf8b
|
@ -22,14 +22,14 @@ docker-compose up -d
|
|||
|
||||
It will take a while until grafana loads, so be patient.
|
||||
|
||||
The Grafana Dashboard will now be accessible via: `http://<Host IP Address>:3030` for example <http://localhost:3030>
|
||||
The Grafana Dashboard will now be accessible via: `http://<Host IP Address>:3000` for example <http://localhost:3000>
|
||||
|
||||
username - admin
|
||||
password - admin (Password is stored in the `config.monitoring` env file)
|
||||
|
||||
The DataSource and Dashboard for Grafana are automatically provisioned.
|
||||
|
||||
If all works it should be available at <http://localhost:3030/d/o9mIe_Aik/internet-connection> - if no data shows up try change the timeduration to something smaller.
|
||||
If all works it should be available at <http://localhost:3000/d/o9mIe_Aik/internet-connection> - if no data shows up try change the timeduration to something smaller.
|
||||
|
||||
![image](https://user-images.githubusercontent.com/20902250/124660583-ecd7ef80-de95-11eb-89f4-cf4b87644f8b.png)
|
||||
|
||||
|
|
|
@ -37,7 +37,7 @@ services:
|
|||
depends_on:
|
||||
- prometheus
|
||||
ports:
|
||||
- 3030:3000
|
||||
- 3000:3000
|
||||
env_file:
|
||||
- ./grafana/config.monitoring
|
||||
- ./grafana/auth.env
|
||||
|
|
Loading…
Reference in a new issue