Merge pull request #160 from DeflateAwning/docs-readme-reload-config

Add instructions to reload the configuration
This commit is contained in:
Adam 2023-11-13 20:45:44 +00:00 committed by GitHub
commit 11fccfbcce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,9 +28,11 @@ param_env_vars:
# application setup block
app_setup_block_enabled: true
app_setup_block: |
* Once running the URL will be `http://<host-ip>/smokeping/smokeping.cgi`. For example a full URL might look like `https://smokeping.yourdomain.com/smokeping/smokeping.cgi`.
* Basics are, edit the `Targets` file to ping the hosts you're interested in to match the format found there.
* Once running, the URL will be `http://<host-ip>/smokeping/smokeping.cgi`. For example, a full URL might look like `https://smokeping.yourdomain.com/smokeping/smokeping.cgi`.
* Basic setup: edit the `Targets` file to ping the hosts you're interested in to match the format found there.
* Wait 10 minutes.
* To reload the configuration without restarting the container, run `docker exec smokeping pkill -f -HUP '/usr/bin/perl /usr/s?bin/smokeping(_cgi)?'`, where `smokeping` is the container ID.
* To restart the container, run `docker restart smokeping`, where `smokeping` is the container ID.
# changelog
changelogs: