-
-
Notifications
You must be signed in to change notification settings - Fork 460
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No data shown in dashboard for speedtest or airgradient "Service unavailable" #282
Comments
Checking the logs for the docker containers using
This issue says it its a problem when running 32 bit prometheus and can be fixed by migrating to 64 bit even when on 32 bit os like raspbian I've removed the hard coded version from the yaml file for prometheus and changed it to prom/prometheus:latest The memory errors unfortunately came back after a few minutes and the service is restarting again Nothing coming up in the graphs yet though and it still says service unavailable |
I think one of the WAL files is corrupt it seems to fail on loading segment 656 or 657 every time Does anyone know how to clear these files? i cant seem to connect to the container it doesn't have bash shell |
I managed to delete the volume and get this sorted with I couldnt find the volume on the sdcard but deleting it through docker worked fine I can now see data starting to populate in the air sensor dashboard Hopefully it wont reoccur when i hit 656 wal files again not sure why there were so many Thanks |
Hey thx for creating the project again ;)
I seem to have an issue lately getting speedtest data in for the last month or two but i haven't investigated
I just finished creating my first AirGradient sensor today and toggled that feature on in the config and reran the
ansible-playbook main.yml
and both dashboards (Speedtest and Air sensors) show no data after 4 hoursHow can I debug whats wrong?
I've tried deleting all containers in docker from the pi other than pi-hole and recreating the install but that didn't change anything
My config is almost stock other than specifying the Grafana version to fix the Annotation issue
I've changed the frequency of the updates for the speedtest to 180 minutes but other than that everything should be stock
Query inspector in Grafana shows Service Unavailable response being returned by the exporter service?
I've tested on the pi through ssh with curl localhost:9925/metrics
that returns
and those numbers change frequently so it seems the pi is getting the data through
config.yml
inventory.ini
I tried adding the ip for the pi to inventory but the ansible install ended with the following output
Does anyone know where to look to find the issue please?
The text was updated successfully, but these errors were encountered: