-
Notifications
You must be signed in to change notification settings - Fork 21
Description
We're using Mattermost 9.4.1 and plugin 0.4.0
Setup:
We have configured four different Alertmanagers in the cluster. They all use the same team, but different channels and they each have a unique token.
Incorrect behavior:
When alerts are sent by the cluster (or when sending test messages) to the four URLs, the messages are being posted into one of the four configured channels randomly. When sending the same message over and over, the channel seems to be consistent, even if it is wrong. If the message is changed ever so slightly, it lands in a different, random channel, even though the token was not touched.
Expected behavior:
The message should always be posted to the channel associated with the token.
What else have I tied:
I looked at the code to determine if there were debug logs, that could be enabled to figure out what goes wrong. This is not the case. I also reviewed the relevant code sections but nothing jumped out immediately. It looks plausible.
What did I not try:
I am unable to add additional debug logs or play with the code, as I'm not in an environment where I can easily build Go projects.
Do you have any idea what's going wrong?