grafana.ini: making sure the credentials window appears & update README.md
This commit is contained in:
parent
320d4d4a6c
commit
e40e66a966
|
@ -20,7 +20,7 @@ Start everything: `nwaku`, `postgres`, `prometheus`, and `grafana`.
|
||||||
docker-compose up -d
|
docker-compose up -d
|
||||||
```
|
```
|
||||||
|
|
||||||
Go to [http://localhost:3000/d/yns_4vFVk/nwaku-monitoring?orgId=1](http://localhost:3000/d/yns_4vFVk/nwaku-monitoring?orgId=1) and after some seconds, your node metrics will be live there, just like in the picture. As simple as that.
|
Go to [http://localhost:3000/d/yns_4vFVk/nwaku-monitoring?orgId=1](http://localhost:3000/d/yns_4vFVk/nwaku-monitoring?orgId=1), type the credentials (by default,"admin", "admin") and after some seconds, your node metrics will be live there, just like in the picture. As simple as that.
|
||||||
|
|
||||||
![grafana-dashboard](https://i.ibb.co/C6m7JHN/Screenshot-2022-12-01-at-11-09-28.png)
|
![grafana-dashboard](https://i.ibb.co/C6m7JHN/Screenshot-2022-12-01-at-11-09-28.png)
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ instance_name = nwaku dashboard
|
||||||
|
|
||||||
#################################### Auth ##########################
|
#################################### Auth ##########################
|
||||||
[auth]
|
[auth]
|
||||||
disable_login_form = true
|
disable_login_form = false
|
||||||
|
|
||||||
#################################### Anonymous Auth ##########################
|
#################################### Anonymous Auth ##########################
|
||||||
[auth.anonymous]
|
[auth.anonymous]
|
||||||
|
|
Loading…
Reference in New Issue