commit
b8ee1dad1d
|
|
@ -74,8 +74,7 @@ user@user-laptop:~$ cd oktopus/deploy/compose
|
||||||
user@user-laptop:~/oktopus/deploy/compose$ COMPOSE_PROFILES=nats,controller,mqtt,stomp,ws,adapter,frontend,portainer docker compose up -d
|
user@user-laptop:~/oktopus/deploy/compose$ COMPOSE_PROFILES=nats,controller,mqtt,stomp,ws,adapter,frontend,portainer docker compose up -d
|
||||||
</pre>
|
</pre>
|
||||||
UI will open at port 3000:
|
UI will open at port 3000:
|
||||||
<img src="https://github.com/OktopUSP/oktopus/assets/83298718/c05bcaea-db87-4705-acb9-94d0711cffcf"/>
|
<img src="https://github.com/OktopUSP/oktopus/assets/83298718/65f7c5b9-c08d-479a-8a13-fdfc634b5ca2"/>
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<h4>Device test agent (obuspa):</h4>
|
<h4>Device test agent (obuspa):</h4>
|
||||||
|
|
|
||||||
|
|
@ -162,7 +162,7 @@ const Page = () => {
|
||||||
>
|
>
|
||||||
<OverviewTasksProgress
|
<OverviewTasksProgress
|
||||||
sx={{ height: '100%' }}
|
sx={{ height: '100%' }}
|
||||||
mtp={"Conexão STOMP"}
|
mtp={"STOMP Connection"}
|
||||||
type={"stomp"}
|
type={"stomp"}
|
||||||
value={generalInfo.StompRtt}
|
value={generalInfo.StompRtt}
|
||||||
/>
|
/>
|
||||||
|
|
@ -174,7 +174,7 @@ const Page = () => {
|
||||||
>
|
>
|
||||||
<OverviewTasksProgress
|
<OverviewTasksProgress
|
||||||
sx={{ height: '100%' }}
|
sx={{ height: '100%' }}
|
||||||
mtp={"Conexão MQTT"}
|
mtp={"MQTT Connection"}
|
||||||
type={"mqtt"}
|
type={"mqtt"}
|
||||||
value={generalInfo.MqttRtt}
|
value={generalInfo.MqttRtt}
|
||||||
/>
|
/>
|
||||||
|
|
@ -186,7 +186,7 @@ const Page = () => {
|
||||||
>
|
>
|
||||||
<OverviewTasksProgress
|
<OverviewTasksProgress
|
||||||
sx={{ height: '100%' }}
|
sx={{ height: '100%' }}
|
||||||
mtp={"Conexão Websockets"}
|
mtp={"Websockets Connection"}
|
||||||
type={"websocket"}
|
type={"websocket"}
|
||||||
value={generalInfo.WebsocketsRtt}
|
value={generalInfo.WebsocketsRtt}
|
||||||
/>
|
/>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user