Open drbugfinder opened 3 years ago
See https://github.com/grafana/grafana/issues/12594 for reference.
I will look at updating the docker file to make that directory writeable on start. If you can't wait for a new build, you can do the following:
docker exec -it <<container_name>> /bin/bash
sudo docker exec -it alhazmy13/telegraf-influxdb-grafana1 /bin/bash
chmod 0777 /var/lib/grafana
and chmod 0777 /var/lib/influxdb
I had this, too.
I used the GUI to fix, as follows:
chmod 0777 /var/lib/grafana; chmod 0777 /var/lib/influxdb
Though even after that the dashboard remained static.
Dears, Can you check the latest image with develop tag? it should be fixed now.
alhazmy13/telegraf-influxdb-grafana:develop
Thanks
Hi, I installed everything as described in the readme. However, the container log is full of logs like (repeating every second):
INFO spawned: 'influxdb' with pid 6250 INFO success: influxdb entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) INFO exited: influxdb (exit status 1; not expected) INFO spawned: 'influxdb' with pid 6269 INFO success: influxdb entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) INFO exited: influxdb (exit status 1; not expected) INFO spawned: 'influxdb' with pid 6288 INFO success: influxdb entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) INFO exited: influxdb (exit status 1; not expected)
It looks like influxdb is working, at least Grafana shows data.