You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nov 04 09:27:37.114 INFO Starting ping-exporter 0.3.1
Nov 04 09:27:37.114 INFO Using settings: listen address: [::]:9346, preferred protocol: v4, resolver: system, default number of ICMP packets: 5, maximum number of ICMP packets: 30, timeout for each ICMP packet: 1000 ms, maximum timeout for each ICMP packet: 10000 ms, resolve timeout: 1000 ms, maximum resolve timeout: 10000 ms.
Nov 04 09:27:37.118 ERRO Server error: error creating server listener: Address family not supported by protocol (os error 97)
Nov 04 09:27:37.118 INFO Exiting
Hello,
I receive this log when running a container :
Nov 04 09:27:37.114 INFO Starting ping-exporter 0.3.1
Nov 04 09:27:37.114 INFO Using settings: listen address: [::]:9346, preferred protocol: v4, resolver: system, default number of ICMP packets: 5, maximum number of ICMP packets: 30, timeout for each ICMP packet: 1000 ms, maximum timeout for each ICMP packet: 10000 ms, resolve timeout: 1000 ms, maximum resolve timeout: 10000 ms.
Nov 04 09:27:37.118 ERRO Server error: error creating server listener: Address family not supported by protocol (os error 97)
Nov 04 09:27:37.118 INFO Exiting
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=18.04
DISTRIB_CODENAME=bionic
DISTRIB_DESCRIPTION="Ubuntu 18.04.3 LTS"
NAME="Ubuntu"
VERSION="18.04.3 LTS (Bionic Beaver)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 18.04.3 LTS"
VERSION_ID="18.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=bionic
UBUNTU_CODENAME=bionic
Command to start :
sudo docker run -d -p 9346:9346 --name=ping-exporter ping-exporter
Working fine under ubuntu : 14.04
The text was updated successfully, but these errors were encountered: