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

api: Expose mesh status #644

Merged
merged 2 commits into from
Mar 7, 2017
Merged

Commits on Mar 7, 2017

  1. api: Expose mesh status

    The weaveworks mesh package reveals information about the current status
    of the mesh network between alertmanager instances. This commit exposes
    the current address and connection status of each instance connected to
    the targeted alertmanager instance via the /status API endpoint.
    mxinden committed Mar 7, 2017
    Configuration menu
    Copy the full SHA
    fc68fa9 View commit details
    Browse the repository at this point in the history
  2. api: Replace LocalConnectionStatus with PeerStatus

    Now meshStatus contains all peers (Name, NickName, UID) of the network.
    Additionally adding Name and Nickname of current target to toplevel of
    meshNetwork object.
    mxinden committed Mar 7, 2017
    Configuration menu
    Copy the full SHA
    d3a48d8 View commit details
    Browse the repository at this point in the history