Details
-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
Professional Edition
-
None
-
Debian GNU/Linux 9.13 (stretch), running observium from svn checkout.
We use rocket.chat instead of slack, but it has an identical webhook system.
Description
After updating to 20.9.10749 any alerts sent using the slack transport have empty messages. The same alerts sent using other transports like email, work fine.
The alerts we received before the update:
After the update we're receiving alerts, but with empty messages.
after further debugging the problem is "charset=utf-8" within Content-Type in file includes/common.inc.php line 3860, the following change will solve the issue for us
//$header .= "Content-Type: application/x-www-form-urlencoded; charset=utf-8\r\n";