If the latest multinode dashboard has a bug in showing the graphs correctly

Can you tell me if the latest multinode dashboard has a bug in showing the graphs correctly, like the regular dashboard with the known bug. When opening the multinode page, the blue graph shows correctly, but switching to ingress or egress only shows the GB and not the green/yellow graph, I still have an old multinode dashboard installed on an other server with no problems, every chart is showing correctly. TiA

You can try the latest version and decide.

How do I update the multinode dashboard, due to its done different (with unzip etc)? I just installed them on new systems.

Just stop it, download and unzip, then run back.
For PowerShell:

wget https://github.com/storj/storj/releases/latest/download/multinode_windows_amd64.zip -o multinode_windows_amd64.zip; Expand-Archive multinode_windows_amd64.zip . -force

For bash

wget https://github.com/storj/storj/releases/latest/download/multinode_linux_amd64.zip -o multinode_linux_amd64.zip; unzip multinode_linux_amd64.zip -o
1 Like