jwigley / docker-smokeping-speedtest

Docker image containing smokeping with speedtest-cli and smokeping-speedtest probe
GNU General Public License v3.0
15 stars 7 forks source link

feat: ssh probe fix #24

Closed jwigley closed 1 year ago

jwigley commented 1 year ago

Adds a working version of the SSH Probe, which is currently broken in the linuxserver smokeping image.

Normally the probe requires SSH is setup on localhost, so it can probe and test the output during init. To avoid having to add sshd to the image, I've added a SSH_PROBE_INIT_TARGET env var to set the target used during init.

SSH_PROBE_INIT_TARGET is only required when an SSH probe has been added to the config.

Resolves https://github.com/jwigley/docker-smokeping-speedtest/issues/23

c3c1 commented 1 year ago

Tested, works