Open andrewvc opened 4 years ago
Pinging @elastic/uptime (Team:Uptime)
This issue seems still unresolved. Is there a workaround?
Unfortunately it's still not our highest priority issue. One workaround would be using the docker image instead of plain heartbeat for now.
Your workaround with the elastic search complete agent version 8.11.1 and 8.12 have the same results. Running this docker container in an Kubernetes cluster on Openshift
Just ran into this issue when configuring Heartbeat with a ping monitor on OSX. Looks to still be an issue.
This is to report that issue is still standing:
could not write to conn: write udp 0.0.0.0:8->*.*.*.*: invalid argument
ubi9-python312
base image with heartbeat sysctl net.ipv4.ping_group_range = 0 2147483647
We have a report from @josephPresseller that rootless ping on OSX doesn't work. It appears to produce documents with errors like:
which indicate that we're trying a rootless ping but don't have perms. Running as root fixes this, but we can do better on OSX, and should instead fail to start, giving a permissions error.