I am attempting to get some custom info in my Sensu Slack alerts via this plugin but it seems that adding the message_prefix
is causing weirdness in the slack message formatting.
For example, I would like the entire message with extra message prefix stuff to be posted but the last line is getting cut off and the "Show more..." appears on the same line as the last part of the message
The message formats correctly if I don't include message_prefix
, but doesn't include the additional info so I would like to find out a way to get everything working with the prefix.
Here is an example of what I would like the message to look like by default.
Does anybody know what I can do to fix this?