From 87f01e1f4e6a0d7305a349f07c86b5c9fb996095 Mon Sep 17 00:00:00 2001 From: Mike <400227+firemind@users.noreply.github.com> Date: Mon, 20 Jul 2026 14:29:14 +0200 Subject: [PATCH 1/4] Document uptimerobot slack integration --- ruby_on_rails/uptimerobot.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ruby_on_rails/uptimerobot.md b/ruby_on_rails/uptimerobot.md index 2fbb27ed..7684ceeb 100644 --- a/ruby_on_rails/uptimerobot.md +++ b/ruby_on_rails/uptimerobot.md @@ -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 + * 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` From d1233f9ab5c5da160b864c7d0540b41498bfb3e4 Mon Sep 17 00:00:00 2001 From: Mike <400227+firemind@users.noreply.github.com> Date: Mon, 20 Jul 2026 14:30:57 +0200 Subject: [PATCH 2/4] Update uptimerobot.md --- ruby_on_rails/uptimerobot.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruby_on_rails/uptimerobot.md b/ruby_on_rails/uptimerobot.md index 7684ceeb..bf862339 100644 --- a/ruby_on_rails/uptimerobot.md +++ b/ruby_on_rails/uptimerobot.md @@ -68,6 +68,6 @@ end 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 - * You might have to request access as a collaborator first + * 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` From 95d345e0b7e82b125e86fa4a6c91a9740d81e2b2 Mon Sep 17 00:00:00 2001 From: Mike <400227+firemind@users.noreply.github.com> Date: Mon, 20 Jul 2026 14:32:48 +0200 Subject: [PATCH 3/4] Update uptimerobot.md --- ruby_on_rails/uptimerobot.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruby_on_rails/uptimerobot.md b/ruby_on_rails/uptimerobot.md index bf862339..8ca60de4 100644 --- a/ruby_on_rails/uptimerobot.md +++ b/ruby_on_rails/uptimerobot.md @@ -68,6 +68,6 @@ end 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 - * You might have to request access as a collaborator first + * 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` From 5327bd769e32b560d38df4ba78faf1ad74aa4786 Mon Sep 17 00:00:00 2001 From: mike Date: Mon, 20 Jul 2026 14:45:41 +0200 Subject: [PATCH 4/4] Linter fix --- ruby_on_rails/uptimerobot.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruby_on_rails/uptimerobot.md b/ruby_on_rails/uptimerobot.md index 8ca60de4..241c084b 100644 --- a/ruby_on_rails/uptimerobot.md +++ b/ruby_on_rails/uptimerobot.md @@ -68,6 +68,6 @@ end 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 - * You might have to request access as a collaborator first + 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`