me-box / databox

Databox container manager and dashboard server
MIT License
94 stars 25 forks source link

app-os-monitor build failed #245

Closed tsh2 closed 6 years ago

tsh2 commented 6 years ago

I built the app-os-monitor in hub.docker,but failed ee1

And I also try the docker build code in my os,same error occured

tocon1

And when run databox-start dev,it also error occured in app-os-monitor same error.

Toshbrown commented 6 years ago

In the docker file

RUN go get -u github.com/toshbrown/lib-go-databox

should be

RUN go get -u github.com/me-box/lib-go-databox

tsh2 commented 6 years ago

thanks you, I solved it. When I run with dev mode,The login page is appeared. Is there any Databox user control setting?

tocon1

When I used the following password ,I can login.

tocon2

And then ,In app-os-monitor ,what kind of data are exported?

tocon3

Toshbrown commented 6 years ago

what kind of data are exported? >> free memory in bytes

fixed in https://github.com/me-box/app-os-monitor/pull/4

closing