From e40e66a96636713462c49b899fd64196988edcea Mon Sep 17 00:00:00 2001 From: Ivan Folgueira Bande Date: Wed, 9 Aug 2023 16:26:56 +0200 Subject: [PATCH] grafana.ini: making sure the credentials window appears & update README.md --- README.md | 2 +- monitoring/configuration/grafana.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 23a8dcd..c7447eb 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Start everything: `nwaku`, `postgres`, `prometheus`, and `grafana`. 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) diff --git a/monitoring/configuration/grafana.ini b/monitoring/configuration/grafana.ini index b641bde..f237726 100644 --- a/monitoring/configuration/grafana.ini +++ b/monitoring/configuration/grafana.ini @@ -7,7 +7,7 @@ instance_name = nwaku dashboard #################################### Auth ########################## [auth] -disable_login_form = true +disable_login_form = false #################################### Anonymous Auth ########################## [auth.anonymous]