grafana,graphite,influxdb with docker

++++++++++++++++++++++++
html

sudo docker pull tutum/influxdb


sudo docker run -d -p 8083:8083 -p8086:8086 --expose 8090 --expose 8099 --name influxsrv tutum/influxdb
git

sudo docker run -d -p 3000:3000 \
    -v /opt/dockerRoot/dockerData/grafana:/var/lib/grafana \
    -e "GF_SECURITY_ADMIN_PASSWORD=secret" \ grafana/grafana

 

/opt/dockerRoot/dockerData/graphite
sudo docker run -d \
--name graphite \ -v /tmp/graphite:/var/lib/graphite/storage/whisper \ -p 8880:80 \ -p 2003:2003 \ -p 2004:2004 \ -p 7002:7002 \ steeef/graphite-centos # vi /opt/graphite/webapp/graphite/local_settings.py ######################### # General Configuration # ######################### TIME_ZONE = 'UTC' ##########################  1)修改graphite顯示時間: 
TIME_ZONE = 'Asia/Shanghai'

  2)修改系統時區github

cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime

+++++++++++++++++++++++++++++++++web

docker run 要加入 --privileged 否則InfluxDB啓動時,腳本里面的 ulimit -n 65536 沒法執行,致使InfluxDB沒法啓動~~docker

curl -X PUT -H "Content-Type: application/json" -d '{ "oldPassword": "admin", "newPassword": "newpass", "confirmNew": "newpass" }' http://admin:admin@localhost:3000/api/user/password

https://zhuanlan.zhihu.com/p/23924022
json

https://hub.docker.com/r/samuelebistoletti/docker-statsd-influxdb-grafana/segmentfault




http://docs.grafana.org/installation/docker/
https://github.com/grafana/grafana-docker
http://www.cnblogs.com/hanyifeng/p/6293620.html



---graphite---
http://blog.csdn.net/crazyhacking/article/details/8363235
http://www.infoq.com/cn/articles/graphite-intro
http://graphite.readthedocs.io/en/latest/feeding-carbon.html
http://blog.csdn.net/liuxiao723846/article/details/72643103



http://blog.clanzx.net/2013/09/27/ldap-kerberos.html


intergrate with graphite and grafana
https://segmentfault.com/a/1190000000693520centos

相關文章
相關標籤/搜索