[ZBXNEXT-5386] Support of webhooks for actions Created: 2019 Aug 28 Updated: 2025 Feb 05 Resolved: 2020 Feb 03 |
|
Status: | Closed |
Project: | ZABBIX FEATURE REQUESTS |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | 4.4.1rc1, 4.4 (plan) |
Type: | New Feature Request | Priority: | Major |
Reporter: | Aleksandrs Larionovs (Inactive) | Assignee: | Andris Zeila |
Resolution: | Fixed | Votes: | 0 |
Labels: | None | ||
Σ Remaining Estimate: | Not Specified | Remaining Estimate: | Not Specified |
Σ Time Spent: | Not Specified | Time Spent: | Not Specified |
Σ Original Estimate: | Not Specified | Original Estimate: | Not Specified |
Attachments: |
![]() ![]() ![]() |
||||||||||||||||||||||||
Issue Links: |
|
||||||||||||||||||||||||
Sub-Tasks: |
|
||||||||||||||||||||||||
Team: | |||||||||||||||||||||||||
Sprint: | Sprint 56 (Sep 2019), Sprint 55 (Aug 2019), Sprint 57 (Oct 2019), Sprint 58 (Nov 2019), Sprint 60 (Jan 2020), Sprint 61 (Feb 2020) | ||||||||||||||||||||||||
Story Points: | 7 |
Description |
Currently the only way to extend alerting is to use external scripts. It would be great to extend media types by supporting ability to make HTTP calls using custom JavaScript code for straightforward integration with external systems like helpdesk systems, chats or messengers. In addition to that ability to retrieve additional information and reuse it in Zabbix UI would be an extremely nice way of one-click integration of Zabbix with 3rd party systems. |
Comments |
Comment by Andris Zeila [ 2019 Oct 07 ] |
Released
|
Comment by Dimitri Bellini [ 2019 Oct 28 ] |
Hi have tested the new feature but how i can use the JS "method" Zabbix.Log that i have found on Zabbix documentation? This method is writing something on Zabbix Server Logs? If yes, is not working during the "Test" mode of the "Media Types" web page. |
Comment by Andris Zeila [ 2019 Oct 28 ] |
It should be working. The syntax is Zabbix.Log(<log level>, <text>), where <log level> is the log severity level: 4 - debug, 3 - warning etc (the same value as DebugLevel configuration parameter). |
Comment by Dimitri Bellini [ 2019 Oct 28 ] |
Ok good to know, probably my fault is related to the "Debug Level". PS: Please add this very useful info on the Zabbix Documentation |