Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/casperklein/docker-smokeping
Smokeping
https://github.com/casperklein/docker-smokeping
docker smokeping
Last synced: 1 day ago
JSON representation
Smokeping
- Host: GitHub
- URL: https://github.com/casperklein/docker-smokeping
- Owner: casperklein
- Created: 2020-06-28T23:19:39.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-10T22:41:49.000Z (8 months ago)
- Last Synced: 2024-03-10T23:34:41.901Z (8 months ago)
- Topics: docker, smokeping
- Language: Dockerfile
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# docker-smokeping
![Version][version-shield]
![Supports amd64 architecture][amd64-shield]
![Docker image size][image-size-shield]Yet another containerized smokeping :)
## Setup
Adjust `docker-compose.yml` to your needs.
When you start the container and the mounted host directory `./config` is empty (on first start), smokeping's default configuration is copied.If you change your Smokeping targets (`./config/config.d/Targets`) or something else, don't forget to restart the container.
## Start
docker compose up -d
## Stop
docker compose down
## Update
1. `docker compose pull`
2. `docker compose up --force-recreate`## Smokeping Web UI
Open `http://hostname/` in a browser.
[amd64-shield]: https://img.shields.io/badge/amd64-yes-blue.svg
[version-shield]: https://img.shields.io/github/v/release/casperklein/docker-smokeping
[image-size-shield]: https://img.shields.io/docker/image-size/casperklein/smokeping/latest