Sign inSign up

jmal98/jiralerts

By jmal98

Updated almost 9 years ago

Prometheus Alertmanager integration for JIRA

Image
0

10K+

jmal98/jiralerts repository overview

jiralerts

This is a basic JIRA integration for Alertmanager. It receives Alertmanager webhook messages and files labeled issues for it. If an alert stops firing or starts firing again, tickets are closed or reopened.

Given how generic JIRA is, the integration attempts several different transitions that may be available for an issue.

Consider this an opinionated example snippet. It may not fit your use case without modification.

Running it

JIRA_USERNAME=<your_username> JIRA_PASSWORD=<your_password> ./main.py 'https://<your_jira>'

In your Alertmanager receiver configurations:

receivers:
- name: 'jira_issues'
  webhook_configs:
  - url: 'http://<jira_address>/<jira_project>/<single_label>'

A typical usage could be a single 'ALERTS' projects where the label in the URL refers to the affected system or the team that should handle the issue.

Tag summary

Content type

Image

Digest

Size

24.3 MB

Last updated

almost 9 years ago

docker pull jmal98/jiralerts