Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions ruby_on_rails/uptimerobot.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,12 @@ monitors.each do |monitor|
puts cmd
end
```

## Slack Integration

In order to receive uptime messages on a project specific `-notifications` channel you need to:

* Add a webhook on the Uptimerobot Slack App: https://api.slack.com/apps/A06PKA5ENRJ/incoming-webhooks
1. You might have to request access as a collaborator first
* Configure the webhook in Uptimerobot https://dashboard.uptimerobot.com/integrations
* Add the channel integration on the monitor under `Edit` -> `Integrations & Team`
Loading