-
-
Notifications
You must be signed in to change notification settings - Fork 422
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
ICMP doesn't work on Docker Linux #182
Comments
Hello @waywardone, Did it work prior to the recent changes on |
Yup I was able to reproduce it. I'll do a quick fix for now. |
Can you try latest and let me know? |
Works as expected now. Thank you for the quick turnaround. |
Can confirm that with c423afb tests are passing in docker container, while they stopped in 3.2.0 and 3.2.1... Could you please consider rereleasing patch release with this fix? Thanks! |
@sashkab Will do shortly, as I just changed my username and need to re-release every library I have 🤣 |
Released in v3.2.2 |
Didn't want to open another issue but icmp-ping doesn't work with GO too. I tried "google.com" which resolves to IPv6 on my host and also 1 of google.com's IPv4 - always fails. |
I'm using gatus in a docker container on a Linux host and find that all icmp tests fail - even for hosts that are up and reachable via ICMP. Other tests like TCP and HTTP work as expected. I noticed the changes related to pinger.SetPrivileged and have picked up the most recent image available but ICMP tests still fail. Here's my docker-compose:
and here's an example configuration for icmp that fails (when it should not):
A log entry for the test:
Other things I've tried without any difference in behavior:
The text was updated successfully, but these errors were encountered: