docker-grafana-graphite icon indicating copy to clipboard operation
docker-grafana-graphite copied to clipboard

Graphite web login and password

Open sleepkp0t opened this issue 6 years ago • 3 comments

Just installed the whole stack, and while checking status found no login/password for graphite. Tried root/root admin/admin - nothing worked

sleepkp0t avatar Dec 26 '18 09:12 sleepkp0t

+1, stuck on the same problem

RamirezTuco avatar Mar 08 '19 03:03 RamirezTuco

Run container's shell $ make shell then go to Graphite webapp directory: $ cd /opt/graphite/webapp and created superuser: $ ./manage.py createsuperuser

tm-minty avatar Apr 29 '19 12:04 tm-minty

@tm-minty , just to add:

Before you run the manage.py command, you would need to execute the following:

root@38cf3634dcbe:/opt/graphite/webapp# mkdir -p /opt/graphite/storage/log/webapp/

mkp-in avatar Oct 28 '19 15:10 mkp-in