Dimitri

Results 3 comments of Dimitri

Wanted to ask about the state of this issue. Recently after restarting our Alertmanagers and looking at the dashboards, we noticed the `alertmanager_cluster_failed_peers` metric from several peers was non-zero. This...

@Moocar The thing is, I'm not even using docker! Like I said, the app is just copied to the home dir. It's true that the instance has docker installed, but...

Ah, I think I see the problem there. It tries to take the first network interface, which happens to be the docker one. ``` NetworkInterface networkInterface = NetworkInterface.getNetworkInterfaces().nextElement(); // ......