-
Problem report
-
Resolution: Fixed
-
Trivial
-
4.4.4, 5.0.0alpha1
-
Sprint 60 (Jan 2020), Sprint 61 (Feb 2020), Sprint 62 (Mar 2020), Sprint 63 (Apr 2020), Sprint 64 (May 2020)
-
1
Steps to reproduce:
- Import attached media type (webhook example).
- Test imported media type (Zabbix server should be running)
- Observe that error is present.
Result:
At this point zabbix_server.log file will become corrupted as well as it will contain broken UTF-8 sequence:
JSON retrieved from Zabbix Frontend:
{ "string": "\ud83d\ude22" }
At some point it becomes broken.
Expected:
Media type testing should work just like the action operations.
The same media type will work like a charm (without errors) if used in action operations. So problem is only related to media type testing.
- causes
-
ZBX-17837 Memory leak when web hook cannot connect to URL
- Closed