https://github.com/graphite-project/docker-graphite-statsd
docker run -d\
--name graphite\
--restart=always\
-p 80:80\
-p 2003-2004:2003-2004\
-p 2023-2024:2023-2024\
-p 8125:8125/udp\
-p 8126:8126\
graphiteapp/graphite-statsd
This starts a Docker container named: graphite
Open Graphite in a browser.
http://localhost/dashboard
http://localhost/render?from=-10mins&until=now&target=stats.example
Secure the Django Admin
Update the default Django admin user account. The default is insecure.
username: root
password: root
email: root.graphite@mailinator.com
First login at: http://localhost/account/login Then update the root user's profile at: http://localhost/admin/auth/user/1/
签名:这个人很懒,什么也没有留下!