Add support for "rootless" ping (#642)
authorDavid Leadbeater <dgl@dgl.cx>
Tue, 16 Jun 2020 14:38:05 +0000 (15:38 +0100)
committerGitHub <noreply@github.com>
Tue, 16 Jun 2020 14:38:05 +0000 (15:38 +0100)
commit3007522d1435628a00f86d7fe62ad4d24caba715
treedf26e37e6be414e586f811bab8c7193d7def4467
parent9bbe7035e8db74eff641a594308b57d0d71dc9ce
Add support for "rootless" ping (#642)

This works for Linux and Darwin.

On Linux the user running the exporter needs to be a member of a group
with an ID in the range specified in the sysctl
net.ipv4.ping_group_range.

Signed-off-by: David Leadbeater <dgl@dgl.cx>
CONFIGURATION.md
README.md
prober/icmp.go