To inspect the output of slapos node software
:
$ slapos node software --all
To inspect the output of slapos node instance
:
$ slapos node instance --all
In the output of slapos node instance --all
, it happens that you are having an error about Invalid URL:
slapos[41093] ERROR Promise 'monitor-http-frontend.py' failed with output: ERROR: Invalid URL '': No schema supplied. Perhaps you meant http://?
OR
TypeError: in constructor for ComputerPartition: computer_id and partition_id or request_dict are required
It is because that the instance is requesting a RapidSpace CDN to display the monitor. You have to wait untill the error is no longer present, meaning you have your instance instantiated successfully. You can get the correct monitor-setup-url
as soon as the frontend for your monitoring is responded. Relaunch slapos node instance --all
to verify if the instance is ready.
The parameters needed for accessing monitoring will be published. You can get the updated connection parameters by
$ cd ~/srv/project/slapos/software/html5as-base/
$ bash ../../../request-html5as-base.sh
You can then connect to the monitor App with monitor-setup-url
from the connection parameters.