sudden crash how to troubleshoot ?
from one day to the next my stack stopped working i have got no information except the docker logs: [info] Initialisation started... [info] influxdb fixed. [info] loki fixed. [info] hddtemp fixed. [info] telegraf fixed. [info] promtail fixed. [info] grafana fixed. [info] Initialisation complete
[info] Runing apps... [info] All done
[error] influxdb crashed! [error] loki crashed! [error] hddtemp crashed! [error] telegraf crashed! [error] promtail crashed! [error] grafana crashed!
how can i fix this ?
Same here. This started happening recently.
Yesterday it fixed it self, now its again not working. The grafana log shows the following:
logger=provisioning.dashboard t=2022-11-26T03:15:28.83+0000 lvl=warn msg="dashboards provisioning provider has no database write permissions because of duplicates" provider=default orgId=1 logger=provisioning.dashboard t=2022-11-26T03:15:58.83+0000 lvl=warn msg="the same UID is used more than once" orgId=1 uid=Gus-01 times=2 providers="unsupported value type" logger=provisioning.dashboard t=2022-11-26T03:15:58.83+0000 lvl=warn msg="the same UID is used more than once" orgId=1 uid=000130-PUB-falconexe times=2 providers="unsupported value type" logger=provisioning.dashboard t=2022-11-26T03:15:58.83+0000 lvl=warn msg="dashboard title is not unique in folder" orgId=1 title="GUS Dashboard" folderID=0 times=2 providers="unsupported value type" logger=provisioning.dashboard t=2022-11-26T03:15:58.83+0000 lvl=warn msg="dashboard title is not unique in folder" orgId=1 title="Ultimate UNRAID Dashboard - Version 1.3" folderID=0 times=2 providers="unsupported value type" logger=provisioning.dashboard t=2022-11-26T03:15:58.83+0000 lvl=warn msg="dashboards provisioning provider has no database write permissions because of duplicates" provider=default orgId=1 logger=provisioning.dashboard t=2022-11-26T03:15:58.83+0000 lvl=warn msg="dashboards provisioning provider has no database write permissions because of duplicates" provider=default orgId=1
I tried older versions of the image, but it didn't solve it. I had a Backup of the appdata/Grafana-Unraid-Stack laying around and replace the whole folder. Then it worked again. Looks like something is broken inside that folder?
I'm having the same issue. Started a few weeks ago.
i tried a few things nothing worked :/
HI!
@P6g9YHK6 @danyal @DanielHani Remove the file "healthcheck-disable" at the root and restart your stack ;)
Worked! Thank you! Any idea why this would happen? Is this something that will randomly keep happening?
Worked! Thank you! Any idea why this would happen? Is this something that will randomly keep happening?
It's related to this script. We should ask testdasi
https://github.com/testdasi/static-ubuntu/blob/main/grafana-unraid-stack/healthcheck.sh
Removing it helps but it gets recreated all the time.
Had this same issue show today for the first time. Deleting the healthcheck-disable worked for me as well. Curious as to why it popped up. Might be an issue since I stop and restart the container every night for my appdata backup.
HI!
@P6g9YHK6 @danyal @DanielHani Remove the file "healthcheck-disable" at the root and restart your stack ;)
Worked well for me thanks @testdasi should maybe have a look at this.
Any updates on this one? The file keeps getting recreated. I have to remove it every other day which is very annoying. :(