From 2d5c459d854eaa663d117cbfb2bc2b779cd9f4e8 Mon Sep 17 00:00:00 2001 From: Justin Paul Date: Mon, 17 Apr 2023 16:40:08 -0400 Subject: [PATCH] Update README.md --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b97589b..a448c08 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,18 @@ docker-compose up -d http://:3000 -Login credentials are admin / metricdata +Login credentials are admin / zertodata + +(you can change this by changing the grafana environment variable in the docker-compose.yaml file. + +``` + grafana: + image: grafana/grafana +... + environment: + - GF_SECURITY_ADMIN_PASSWORD=zertodata +... +``` There will be several dashboards provisioned out of the box that will help monitor most metrics. Custom graphs and custom dashboards can be added too.