linuxep / lepv

web backend and frontend for LEP
20 stars 31 forks source link

no date show chart #27

Closed chowyu08 closed 7 years ago

chowyu08 commented 7 years ago

image

URLs may not match requestId.

image

linuxep commented 7 years ago

can you please provide more information:

where is your LEPD running at?

chowyu08 commented 7 years ago

yes. I run lepd im my vm with the ip 192.168.156.80, and I run lepv by python manager runserver in my windows7, the lepv connnect 192.168.156..80, connect success.

lepd:

image

lepv:

image

there are many errors of 404.

web:

image

image only have the cpu and memory info only Average Load CPU TOP 消耗的内存、Page Cahe(Buffers, Cached)和空闲的内存 have data.

image

some api result: image

chowyu08 commented 7 years ago

if I connect to www.linuxxueyuan.com , everything is ok.

linuxep commented 7 years ago

This is because the VM you were running LEPD against is NOT well configured to run LEPD...

LEPD requires some third-party libraries( for C ) and some tool installation to be fully functional, this is why you can see some data on UI, but not all of them.

we will improve the Dockerfile for LEPD later on.