Closed msalaz03 closed 1 month ago
When the command glances -w is run, glances automatically runs a local webserver on port 61208. Where can we change this? How can I add a conditional statement to change port.
glances -w
Instead of glances -w
glances -w -p <port-num>
Would this be possible?
When the command
glances -w
is run, glances automatically runs a local webserver on port 61208. Where can we change this? How can I add a conditional statement to change port.Instead of
glances -w
glances -w -p <port-num>
Would this be possible?