On Thursday, 1 October 2020 12:16:31 UTC+1, Annonyme1 wrote: > > level=debug ts=2020-10-01T11:10:14.873Z caller=cluster.go:306 > component=cluster memberlist="2020/10/01 12:10:14 [DEBUG] memberlist: Got > bind error: Failed to start TCP listener on \"0.0.0.0\" port 9094: listen > tcp 0.0.0.0:9094: bind: address already in use\n" > level=error ts=2020-10-01T11:10:14.873Z caller=main.go:222 msg="unable to > initialize gossip mesh" err="create memberlist: Could not set up network > transport: failed to obtain an address: Failed to start TCP listener on > \"0.0.0.0\" port 9094: listen tcp 0.0.0.0:9094: bind: address already in > use" >
You have another instance of alertmanager running. You need to stop that one (e.g. "systemctl stop alertmanager"), before running alertmanager at the command line. Alternatively, if you want to run your systemd instance of alertmanager with --log.level=debug, then you need to edit the unit file. > but i still have the same alert duplicated problem > > Let's see logs from alertmanager, with --log.level=debug enabled, at the time the alerts are sent out. -- You received this message because you are subscribed to the Google Groups "Prometheus Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/2ac10379-1af1-4188-876b-c13d9a585dfco%40googlegroups.com.

