alertmanager/cluster
Simon Pasquier f5a258dd1d cluster: fail when no private address can be found (#1437)
The memberlist library fails when it can't find a private address and no
advertise address is given. To return a helpful message to the user,
AlertManager mimics the logic from memberlist. However the code had a
bug that swallowed the error message and made it difficult for the user
to understand how to fix the problem.

Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2018-07-05 22:59:56 +02:00
..
clusterpb *: move to memberlist for clustering 2018-02-08 12:18:44 +01:00
advertise.go cluster: fail when no private address can be found (#1437) 2018-07-05 22:59:56 +02:00
advertise_test.go cluster: fail when no private address can be found (#1437) 2018-07-05 22:59:56 +02:00
channel.go gossip large messages via SendReliable (#1415) 2018-06-15 13:40:21 +02:00
channel_test.go gossip large messages via SendReliable (#1415) 2018-06-15 13:40:21 +02:00
cluster.go gossip large messages via SendReliable (#1415) 2018-06-15 13:40:21 +02:00
cluster_test.go cluster: don't track FQDN addresses as inital peers (#1416) 2018-06-15 12:34:50 +02:00
delegate.go cluster: prune the queue if it contains too many items (#1418) 2018-06-15 18:08:12 +02:00