valeriansaliou / vigil

🚦 Microservices Status Page. Monitors a distributed infrastructure and sends alerts (Slack, SMS, etc.).
https://crates.io/crates/vigil-server
Mozilla Public License 2.0
1.72k stars 128 forks source link

IPv6 ICMP probing support #55

Open valeriansaliou opened 4 years ago

valeriansaliou commented 4 years ago

Due to the replacement of fastping-rs with ping, ICMPv6 support might have been dropped on some platforms.

A fork of the unmaintained ping library, and a full rework into a cleaner library would be much needed, adding support for ICMP IPv6 on all platforms.

Toommi commented 3 years ago

I am wondering under which platforms ipv6 is supported. Even with the Docker Image it is not working.

valeriansaliou commented 3 years ago

It only applies to macOS platforms. The Docker image user does not have permissions to send ICMP packets from non-privileged UNIX users at the kernel level, this is normal, so ICMP will not work at all under Docker.

williamdes commented 3 months ago

I can confirm that IPv6 works outside of Docker on Debian 12. Maybe #148 can fix this ?