From ba1c27ea3e297348f3500588923a60453a09aa0f Mon Sep 17 00:00:00 2001 From: Gaetan Lepage <gaetan.lepage@inria.fr> Date: Tue, 16 Aug 2022 15:45:15 +0200 Subject: [PATCH] updated README --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ff5966f..e5bfcd6 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,13 @@  -Link: [robotlearn.gitlabpages.inria.fr/cluster-monitor](https://robotlearn.gitlabpages.inria.fr/cluster-monitor/) +Link: [robotlearn.inrialpes.fr/cluster-monitor/](https://robotlearn.inrialpes.fr/cluster-monitor/) ## Implementation overview The cluster monitor counts two entities: -- The **backend** server is running on an Inria machine (`perception.inrialpes.fr`). - It is performing `ssh` commands to other nodes (especially `access2-cp`) to gather the cluster - state.\ +- The **backend** server is running on an Inria machine (`robotlearn.inrialpes.fr`). + It is performing `ssh` commands to `access2-cp` to gather the cluster state.\ It also exposes a [Socket.IO](https://socket.io/) server to the web clients that connect to it. It pushes the cluster information to all of the connected clients through the _socket-io_ connection.\ -- GitLab