Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow user to select port on NTP server to query (#2270)
* Allow user to select port on NTP server to query Some people (me!) run NTP servers on non-privileged ports. The `github.com/beevik/ntp` package allows overriding the port, so this change just adds a flag `collector.ntp.server-port` (defaults to 123) and then passes that value through to the query via the `QueryOptions`. Signed-off-by: Andrew Rowson <github@growse.com>
- Loading branch information