rory malcolm
rory malcolm
- An integration to allow users to request access via Teleport and have that create alerts in incident.io, and auto approve users that are on schedules specified via annotations
Closes https://github.com/prometheus/alertmanager/issues/4367 - Adds the technical implementation, and tests, for the incident.io notifier - Configured through the following config: ```yaml receivers: - name: 'incidentio-notifications' incidentio_configs: - url: '$alert_source_url' alert_source_token: '$alert_source_token'...
Creating an issue here, following a standard from an earlier issue (https://github.com/prometheus/alertmanager/issues/3508). I would like to build an incident.io notifier - adding direct support for sending alerts from Alertmanager to...