Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 5626cb948673
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: afb035a32b18
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Mar 17, 2020

  1. nixos/alertmanager: start after the network-online target

    If the host network stack is slow to start, the alertmanager fails to
    start with this error message:
    
        caller=main.go:256 msg="unable to initialize gossip mesh" err="create memberlist: Failed to get final advertise address: No private IP address found, and explicit IP not provided"
    
    This bug can be reproduced by shutting down the network stack and
    restarting the alertmanager.
    
    Note I don't know why I didn't hit this issue with previous
    alertmanager releases.
    nlewo committed Mar 17, 2020
    Copy the full SHA
    39621bb View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2020

  1. Merge pull request #82808 from nlewo/fix-alertmanager

    nixos/alertmanager: start after the network-online target
    nlewo committed Mar 28, 2020
    Copy the full SHA
    afb035a View commit details
    Browse the repository at this point in the history