From 7b7eac17ca867a42e324aa084514bf3be02c9e24 Mon Sep 17 00:00:00 2001 From: Roman Dementiev Date: Mon, 19 Feb 2024 17:27:42 +0100 Subject: [PATCH] Update README.md --- scripts/grafana/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/grafana/README.md b/scripts/grafana/README.md index 4fa7bcb2..ac0c6fde 100644 --- a/scripts/grafana/README.md +++ b/scripts/grafana/README.md @@ -29,7 +29,7 @@ Installation of the grafana front-end (can be on any *host* system with connecti hostn_ipaddress:pcmport ``` - Don't use `localhost` to specify the `target_system_address` if the *host* and the target are the same machine because `localhost` resolves to the own private IP address of the docker container when accessed inside the container. The external IP address or hostname should be used instead. -4. Start your browser at http://*host*:3000/ and then login with admin user, password admin . Change the password and then click on "**Home**" (left top corner) -> "Intel® Performance Counter Monitor (Intel® PCM) Dashboard" +4. Start your browser at http://*host*:3000/ and then login with admin user, password admin . Change the password and then click on "**Home**" (left top corner) -> "**Dashboards**" -> "Intel® Performance Counter Monitor (Intel® PCM) Dashboard" 5. You can also stop and delete the containers when needed: `sudo sh stop.sh`