mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-11-17 21:25:19 +01:00
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.
|
||
|---|---|---|
| .. | ||
| exporters | ||
| alertmanager.nix | ||
| default.nix | ||
| exporters.nix | ||
| exporters.xml | ||
| pushgateway.nix | ||
| xmpp-alerts.nix | ||