Mentions légales du service

Skip to content
Snippets Groups Projects
Commit feee985a authored by LEPAGE Gaetan's avatar LEPAGE Gaetan
Browse files

switch to access2

parent d4914fd0
No related branches found
No related tags found
No related merge requests found
Pipeline #592180 canceled
......@@ -8,7 +8,7 @@ Link: [robotlearn.gitlabpages.inria.fr/cluster-monitor](https://robotlearn.gitla
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 `access1-cp`) to gather the cluster
It is performing `ssh` commands to other nodes (especially `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_
......
......@@ -55,7 +55,7 @@ USER_COLORS: dict[str, str] = {
def _run_remote_command_and_fetch_dict(update_cmd: list[str]) -> dict:
update_cmd = ['ssh', 'access1-cp'] + update_cmd
update_cmd = ['ssh', 'access2-cp'] + update_cmd
try:
cmd_output: subprocess.CompletedProcess = subprocess.run(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment