You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi guys,
I know that it is getting a bit quite here but I would appreciate if anyone could help me. My issue is that my Graphana DB shows still disconnected after reboot of fritzbox while I am actually connected. My database and colledtd is running on raspberry pi 4b
Here is what I have tried:
Reboot pi
systemctl restart collectd
systemctl restart influxdb
/bin/systemctl daemon-reload
So for some reason it looks like I receive data now.
I would apreciate if someone has an idea.
The text was updated successfully, but these errors were encountered:
I faced the same issue. The connect takes some time (for me > 6 seconds) and unfortunately there is no retry loop. I created a PR and you can download the fixed __init__.py from my fork.
Jan 28 23:53:22 raspberrypi-bullseye-docker-64 collectd[547]: fritzcollectd: Connecting to FRITZ Box ...
Jan 28 23:53:22 raspberrypi-bullseye-docker-64 collectd[547]: fritzcollectd: Retrying in 3 seconds ...
Jan 28 23:53:25 raspberrypi-bullseye-docker-64 collectd[547]: fritzcollectd: Connecting to FRITZ Box ...
Jan 28 23:53:25 raspberrypi-bullseye-docker-64 collectd[547]: fritzcollectd: Retrying in 3 seconds ...
Jan 28 23:53:28 raspberrypi-bullseye-docker-64 collectd[547]: fritzcollectd: Connecting to FRITZ Box ...
Jan 28 23:53:33 raspberrypi-bullseye-docker-64 collectd[547]: Initialization complete, entering read-loop.
Hi guys,
I know that it is getting a bit quite here but I would appreciate if anyone could help me. My issue is that my Graphana DB shows still disconnected after reboot of fritzbox while I am actually connected. My database and colledtd is running on raspberry pi 4b
Here is what I have tried:
Reboot pi
systemctl restart collectd
systemctl restart influxdb
/bin/systemctl daemon-reload
So for some reason it looks like I receive data now.
I would apreciate if someone has an idea.
The text was updated successfully, but these errors were encountered: