Prometheus is a general purpose monitoring system, support for which is built into the TTYops API. An alert pipeline can be created using an Alertmanager receiver webhook_config as follows:
- name: default-receiver
webhook_configs:
- url: https://ttyops.com/api/v1/alert
http_config:
bearer_token: <api token>
Once Alertmanager has been restarted with the new webhook receiver, alerts will be router automatically to TTYops.