Hi everyone,
I’m curious how DevOps teams currently handle monitoring alerts when they want to track incidents in Jira.
For example when Datadog , Grafana, Nagios or other monitoring tools fire alerts.
Do you manually create Jira issues or is there an automated workflow?
I recently built a small Jira plugin called AlertBridge that converts alerts into Jira issues automatically using webhooks. It deduplicates alerts, updates the same issue as the alert evolves, and resolves the issue when the alert clears.
I’d love to hear how other teams manage this workflow today.
Thanks!
Marketplace link:
https://marketplace.atlassian.com/apps/2607404236/alertbridge?hosting=cloud&tab=installation
It depends if you are working with products outside or inside the Atlassian Eco system. If you are using something lie OPsGenie, there's already a built in integration.
Using tools outside, regardless of the tool, is to have API and webhooks to create Jira incident and other triggers to automatically transition through the workflow.
There's a list of documented integration if you are looking for other ones:
https://support.atlassian.com/jira-service-management-cloud/docs/integrate-with-alert-logic/
Hey @waelheni
For our monitoring systems, we are using Zabbix.
If there's issue with servers, Zabbix creates alert and that alert is being sent through API to Jira.
We have specifically created an agent for that called - Zabbix Monitoring.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Dear
You can also use Exalate for this (I work for Exalate), this will easily sync all your requirements with groovy scripting (it is pre-coded and you have an ai-assist).
Kind regards,
Mathieu Lepoutre
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You're right actually!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.