Dostupná řešení
Vendor and Community integrations are created by third parties and are not verified by Zabbix. Zabbix is not responsible for their functionality or quality.
From the vendor
1 Published by the vendor or by a Zabbix partnerZabbix Integration with AlertOps
The AlertOps integration for Zabbix uses a webhook media type to receive problem and recovery events directly from Zabbix actions. When a Zabbix trigger fires, a custom JavaScript webhook script sends the event details - severity, host, trigger description and event tags - to an AlertOps API endpoint.
AlertOps creates an incident for every new "PROBLEM" event, applies the configured escalation policy and on-call schedule to notify the correct responder, and closes the incident automatically when Zabbix sends a matching "OK" (recovery) event. Duplicate problem events are recognized and appended to the existing open incident instead of creating a new one.
Setup steps:
- Create the AlertOps webhook media type in Zabbix.
- Create a notification user group and user, and assign the AlertOps media type to the user.
- Create an action with "Send message" operations targeting the AlertOps media type.
Source
https://help.alertops.com/knowledge-base/zabbix
Created
03.05.2021
Author
AlertOps
Compatibility
- AlertOps account with an API endpoint (webhook) configured
- Zabbix versions below 5.4 require a minor script modification: substitute
CurlHttpRequest()forHttpRequest()
Zabbix versions
Zabbix: 7.0 or higher