Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Youtrack alerts on new Github release

A simple tool receives alerts from alertmanager and push a new task on a Youtrack board. That's all.

How to run

To run it:

./main --config /config/path

Alertmanager Webhook

In alertmanager config file write:

receivers:
  - name: "api-webhook"
    webhook_configs:
      - url: "http://metrics-catcher:12000/on_alert"

Where metrics-catcher:12000 are host and port of the tool

Additional

In addition on debug port there is a /metrics endpoint for Prometheus metrics

About

Automatically creates YouTrack cards from GitHub "New Release" alerts to keep your workflow in sync.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages