m-lab / alertmanager-github-receiver

Prometheus Alertmanager webhook receiver that creates GitHub issues from alerts
Apache License 2.0
48 stars 23 forks source link

Add support for GitHub Enterprise instances #42

Closed holgpar closed 4 years ago

holgpar commented 4 years ago

In its current implementation, the altermanager-github-receiver only works with github.com. For my team, it would valuable to connect it to a (privately owned) GitHub Enterprise instance.

Implementation wise it would be required to add a new optional parameter for the host name of the GitHub instance. If you think it means sense to implement this, we would provide a pull request.