No charted data in PMM 1.0.2 ?

I followed instructions to install PMM 1.0.2 but i am not seeing any mysql stats or OS stats at 127.0.0.1:8080/graph/ for the charts like system overview etc ? This was a test install on CentOS 7 in virtualbox guest with docker 1.10

docker run -d -p 8080:80 --volumes-from pmm-data --name pmm-server --restart always percona/pmm-server:1.0.2

pmm-admin check-network
PMM Network Status

Server | 127.0.0.1:8080
Client | 127.0.0.1

* Client > Server
--------------- -------------
SERVICE CONNECTIVITY 
--------------- -------------
Consul API 
QAN API 
Prometheus API 

Connection duration | 1.058662ms
Request duration | 1.287606ms
Full round trip | 2.346268ms

* Server > Client
-------- -------------------- ---------------------- -------------
METRIC NAME PROMETHEUS ENDPOINT REMOTE STATE 
-------- -------------------- ---------------------- -------------
os hostname.domain.com 127.0.0.1:42000 
mysql hostname.domain.com 127.0.0.1:42002 
mysql hostname.domain.com 127.0.0.1:42003 
mysql hostname.domain.com 127.0.0.1:42004 



pmm-admin list 
pmm-admin 1.0.2

PMM Server | 127.0.0.1:8080
Client Name | hostname.domain.com
Client Address | 127.0.0.1
Service manager | linux-systemd

--------------- -------------------- ------------ -------- ----------------------------------------- ---------------------
METRIC SERVICE NAME CLIENT PORT RUNNING DATA SOURCE OPTIONS 
--------------- -------------------- ------------ -------- ----------------------------------------- ---------------------
os hostname.domain.com 42000 YES - 
queries hostname.domain.com 42001 YES root:***@unix(/var/lib/mysql/mysql.sock) query_source=slowlog 
mysql hostname.domain.com 42002-42004 YES root:***@unix(/var/lib/mysql/mysql.sock) 

what am I missing ?

Seems emoji got disappeared from the output of check-network. As I understand it’s all OK there.

Please check whether server time (where docker container runs) is in sync, no matter what TZ.

Hi,
This is very helpful. After installing ntp on all servers-everything is ok.
Regards!