linuxserver/docker-smokeping

Request /usr/bin/echoping to be available

Closed this issue · 2 comments

Expected Behavior

As per https://oss.oetiker.ch/smokeping/probe/EchoPingHttp.en.html I was trying to use it on this docker image

 *** Probes ***

 +EchoPingHttp

 binary = /usr/bin/echoping

Current Behavior

root@996b940d1ae4:/# ls -lah /usr/sbin/ | grep echoping
root@996b940d1ae4:/# ls -lah /usr/bin/ | grep echoping 
root@996b940d1ae4:/# 

As you can see the echoping for https://oss.oetiker.ch/smokeping/probe/EchoPingHttp.en.html is missing.

Steps to Reproduce

  1. docker run -d --name=smokeping -e PUID=1000 -e PGID=1000 -e TZ=Europe/London -p 8088:80 -v /home/pi/smokeping/config:/config -v /home/pi/smokeping/data:/data --restart unless-stopped linuxserver/smokeping
  2. docker exec -it smokeping /bin/bash
  3. ls -lah /usr/bin/ | grep echoping

Environment

pi@c1pi:~ $ uname -a
Linux c1pi 4.19.66-v7+ #1253 SMP Thu Aug 15 11:49:46 BST 2019 armv7l GNU/Linux
pi@c1pi:~ $ docker images
REPOSITORY              TAG                 IMAGE ID            CREATED             SIZE
linuxserver/smokeping   latest              f81bf07d7a6e        5 weeks ago         199MB
pi@c1pi:~ $ 

Command used to create docker container (run/create/compose/screenshot)

docker run -d --name=smokeping -e PUID=1000 -e PGID=1000 -e TZ=Europe/London -p 8088:80 -v /home/pi/smokeping/config:/config -v /home/pi/smokeping/data:/data --restart unless-stopped linuxserver/smokeping

Docker logs

-------------------------------------
          _         ()
         | |  ___   _    __
         | | / __| | |  /  \ 
         | | \__ \ | | | () |
         |_| |___/ |_|  \__/


Brought to you by linuxserver.io
-------------------------------------

To support LSIO projects visit:
https://www.linuxserver.io/donate/
-------------------------------------
GID/UID
-------------------------------------

User uid:    1000
User gid:    1000
-------------------------------------

[cont-init.d] 10-adduser: exited 0.
[cont-init.d] 30-config: executing... 
[cont-init.d] 30-config: exited 0.
[cont-init.d] 99-custom-files: executing... 
[custom-init] no custom files found exiting...
[cont-init.d] 99-custom-files: exited 0.
[cont-init.d] done.
[services.d] starting services
[services.d] done.
AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using 172.17.0.2. Set the 'ServerName' directive globally to suppress this message
### assuming you are using an tcpping copy reporting in milliseconds
Smokeping version 2.007003 successfully launched.
Entering multiprocess mode.
Child process 360 started for probe FPing.
FPing: probing 11 targets with step 300 s and offset 77 s.
Child process 361 started for probe TCPPing.
All probe processes started successfully.
TCPPing: probing 4 targets with step 300 s and offset 150 s.

Thanks for opening your first issue here! Be sure to follow the issue template!

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.