Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to enable remote monitoring #76

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jdevera
Copy link

@jdevera jdevera commented Jul 24, 2024

Setting the ALLOW_REMOTE_MON to true in the container will enable the server to receive chronyc commands from other hosts, using the -h $host option.

This can be useful in docker compose scenarios where a second container can be used to provide the outside world with statistics about the running NTP server without this second container needing to run docker commands.

In my case, I am launching two containers from a docker compose, and in the second container I am exposing an HTTP API that will in turn call chronyc commands (with -h ntp and return their results. I thought it could be a useful contribution.

Setting the ALLOW_REMOTE_MON to true in the container will enable the
server to receive `chronyc` commands from other hosts, using the `-h
$host` option.

This can be useful in docker compose scenarios where a second container
can be used to provide the outside world with statistics about the
running NTP server without this second container needing to run docker
commands.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant