Skip to content

Smokeping slave docker image - based on linuxserver/smokeping

License

Apache-2.0, GPL-2.0 licenses found

Licenses found

Apache-2.0
LICENSE
GPL-2.0
LICENSE.smokeping
Notifications You must be signed in to change notification settings

CyberKoo/docker-smokeping-slave

This branch is 14 commits ahead of divyavanmahajan/smokeping-slave:master.

Repository files navigation

Instructions

This image is will run Smokeping in slave mode and turn off the Apache web server to conserve resources.

To run, you need two environment variables

  • SLAVE_SECRET = The secret you've entered in the master Smokeping's slave_secret for that slave. For the example I will use 3c6f
  • MASTER_URL = HTTP url to the master Smokeping instance's smokeping.cgi . For the example - I will use http://10.6.1.7/smokeping/smokeping.cgi

In addition, you'll need

  • slavehost = The name you have used in your master Smokeping for this instance.

docker run -d -h slavehost --name slave2 -e SLAVE_SECRET=3c6f -e MASTER_URL=http://10.6.1.7/smokeping/smokeping.cgi -e PGID=1000 -e PUID=1000 -e TZ=UTC waf7225/smokeping-slave

About

Smokeping slave docker image - based on linuxserver/smokeping

Resources

License

Apache-2.0, GPL-2.0 licenses found

Licenses found

Apache-2.0
LICENSE
GPL-2.0
LICENSE.smokeping

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 92.1%
  • Dockerfile 7.9%