Sign inSign up

martsta/smokeping-slave

By martsta

Updated over 7 years ago

Smokeping slave based on linuxserver smokeping image, including tcpping binary

Image
0

311

martsta/smokeping-slave repository overview

I couldn't find a docker image for a smokeping slave so I am developing this for my company to use to create a a number of distributed smokeping nodes reporting back to a central master.

This image builds on the linuxserver/docker-smokeping image: https://github.com/linuxserver/docker-smokeping. The apache packages are removed.

It adds an environment variable (master_url) to those that are supported by the linuxserver image, as below: docker create
--name=smokeping
-e PUID=1000
-e PGID=1000
-e TZ=Europe/London
-e master_url=http://smokeping-master/smokeping/smokeping.cgi -p 80:80
-v </path/to/smokeping/config>:/config
-v </path/to/smokeping/data>:/data
--restart unless-stopped
linuxserver/smokeping

I plan to build this from the Alpine image, rather than from linuxserver in the near future.

Tag summary

Content type

Image

Digest

Size

53.6 MB

Last updated

over 7 years ago

docker pull martsta/smokeping-slave