Rootly Integrations

⌘K
Back
Overview
Slack
Installation
Workflows
Commands
Mattermost
Installation
PagerDuty
Installation
Workflows
Alerts
Opsgenie
VictorOps (Splunk On-Call)
Jira
Jira (On-Premise)
Confluence
Confluence (On-Premise)
Service Now
Installation
Workflows
Google Docs
Statuspage.io
Importing Status Pages
Importing Templates
Creating a StatusPage Incident
Using Status Page Templates
Dropbox Paper
Notion
Quip
Grafana
Looker
New Relic
Installation
Alerts
Datadog
Installation
Alerts
Kubernetes
Honeycomb
Heroku
AWS Elastic Beanstalk
Gitlab
GitHub
Google Meet
Zoom
Webex
GoToMeeting
Microsoft Teams
Zendesk
Linear
Installation
Workflows
Shortcut
Airtable
Trello
Installation
Workflows
Asana
Installation
Workflows
Freshdesk
Installation
Workflows
Nobl9
Backstage
Installation
Twitter
Email
SMTP
SendGrid
Sentry
Rollbar
Prometheus
Zapier
API
Terraform
Pulumi
HashiCorp Vault
SSO
SCIM
Docs powered by archbee 

Prometheus

3min

Why

Prometheus Alert Manager will let you send an webhook to Rootly withing our Alert table. From there you can decide to create an incident automatically or notify a Slack Channel for example automatically.

Installation

Modify the alert-manager.yml configuration file like show below:

YAML
|
route:
  receiver: default
  group_by:
  - job
  routes:
  - receiver: rootly
    match:
      alertname: Rootly
    repeat_interval: 1m 

receivers:
 - name: rootly
   webhook_configs:
   - url: 'https://api.rootly.com/v1/alerts'
     send_resolved: true
     http_config:
       authorization:
         credentials: ROOTLY_API_KEY


More docs if you need more help: https://prometheus.io/docs/alerting/latest/configuration/

That's it ! You are good to go.

Support

If you need help or more information about this integration, please contact support@rootly.com or use the lower right chat widget to get connected with an engineer.

Updated 05 May 2023
Did this page help you?
Yes
No
PREVIOUS
Rollbar
NEXT
Zapier
Docs powered by archbee 
TABLE OF CONTENTS
Why
Installation
Support