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
2023-08-01T10:26:49.276091265Z [2023-08-01T10:26:49Z INFO prometheus_nut_exporter::http_server] Binding to endpoint: http://[::]:9995
2023-08-01T10:26:49.279367645Z [2023-08-01T10:26:49Z ERROR prometheus_nut_exporter::http_server] Server failed to bind to endpoint: error creating server listener: Address family not supported by protocol (os error 97)
and the server doesn't answer to calls
but, it's hard to debug, because it doesn't appear each times .
So, for the moment I add an healthcheck : wget http://127.0.0.1:9995 -O /dev/null -q . Not the best solution, but it will force the container to automatically reboot if stuck on "failed to bind"
The text was updated successfully, but these errors were encountered:
Hello, sometimes, I got the error :
and the server doesn't answer to calls
but, it's hard to debug, because it doesn't appear each times .
So, for the moment I add an healthcheck :
wget http://127.0.0.1:9995 -O /dev/null -q
. Not the best solution, but it will force the container to automatically reboot if stuck on "failed to bind"The text was updated successfully, but these errors were encountered: