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

Document the addresses Alertmanager will listen on #56409

Merged
merged 1 commit into from Feb 26, 2019
Merged

Document the addresses Alertmanager will listen on #56409

merged 1 commit into from Feb 26, 2019

Commits on Feb 26, 2019

  1. Document the addresses Alertmanager will listen on

    golang/go#9334 describes how net.Listen (as used by Alertmanager):
    * listens on 127.0.0.1 if the listenAddress is "localhost"
    * listens on all interfaces if the listenAddress is ""
    tomfitzhenry committed Feb 26, 2019
    Copy the full SHA
    0d29baf View commit details
    Browse the repository at this point in the history