geerlingguy / internet-pi

Raspberry Pi config for all things Internet.
MIT License
4.15k stars 440 forks source link

Add blackbox icmp module that prefers ipv4 #540

Closed jbyers closed 4 months ago

jbyers commented 10 months ago

On a device without a fully-functioning ipv6 stack, icmp pings may fail. This is described well here:

https://www.robustperception.io/icmp-pings-with-the-blackbox-exporter/

and can be debugged at:

internet-pi-host:9115/probe?module=icmp&target=google.com&debug=true

This patch adds support for an ipv4-specific icmp probe:

internet-pi-host:9115/probe?module=icmp_ipv4&target=google.com&debug=true

github-actions[bot] commented 6 months ago

This pr has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution!

Please read this blog post to see the reasons why I mark issues as stale.

github-actions[bot] commented 4 months ago

This pr has been closed due to inactivity. If you feel this is in error, please reopen the issue or file a new issue with the relevant details.