Operations | Monitoring | ITSM | DevOps | Cloud

Latest Posts

Better handling of bounced emails

Whenever we detects something wrong with your site it can send you a notification. We have multiple channels available: Slack, Telegram, webhooks, and many more. The most popular channel our users use is just a simple mail. Behind the scenes, Oh Dear uses Postmark to send out mails. Postmark will inform us whenever a notification mail results in a hard bounce. A hard bounce means that the mail won't be delivered. The most common reason for this is that the mailbox doesn't exist (anymore).

You can now log in faster using Google and GitHub

Since Oh Dear was launched, we offered a traditional login using the familiar email and password combination. Today, we've launched our social login. This feature allows you to use your Google or GitHub account to log into Oh Dear. You'll see these two new buttons on the registration and login page. When clicking one, we'll use your Google or GitHub account to log in. When logging in, we'll search for an Oh Dear account whose email matches the email used for your Google / GitHub account.

Our uptime check can now verify response headers

When we make a request to your site to verify that your site is up, the response of your server will contain certain headers. We can verify that those headers contain the values you expect. If these expectations are not met, we'll consider your site as down. In the "Responses" section of the uptime settings page, you can specify which headers we should verify. You could add this expectation to ensure your page uses gzip compression.

We can now notify you through PagerDuty

When we detect a problem with your site, we can notify you via mail, a Slack message, a webhook, or any of our other notifications channels. This is enough for most of our users, but those who work in larger teams often need more flexibility. Today, we are launching our PagerDuty integration. PagerDuty is a cloud-based incident management platform that helps organizations improve operational reliability by providing real-time alerts, on-call scheduling, and incident tracking.

Our redesigned status pages can now show uptime history

Next to the many checks we can perform, we can also render beautiful status pages to inform your audience about the health of your service. Today, we've deployed a redesign of these status pages. In this iteration, everything is more polished. We picked a new font and colors and added some icons to make the status page a bit more visually interesting. In addition to the cosmetic upgrade, we also added a significant new feature. We can now display 60 days of uptime history for your sites.

Our broken links check has been improved

One of our unique monitoring features is that we crawl your entire site to discover links that might be broken. When we discover a broken link, we'll send you a notification and display every broken link in our Broken Links Report. We've made a nice quality-of-life improvement to that Broken Links Report. In addition to displaying the broken link URL and the page on which that broken link was found, we now also display the link text of that broken link.

You can now add notes to downtime periods

Oh Dear offers many checks to ensure your website is healthy. The most popular check that is active for almost every site we monitor is the uptime check. When the uptime check detects that your site is down, it will notify you via one of our many available channels. The check will also create a downtime period visible on the uptime check results page. Here's what those downtimes might look like.

Our Opsgenie integration is now available

When we detect a problem with your site we can notify you via mail, a slack message, a webhook, or any of our other notifications channels. For most of our users this is enough, but those work in larger teams often need more flexibility. Today, we are launching our Opsgenie integration, a modern incident management platform.

Our broken links check now highlights application errors

One of the unique features of Oh Dear is that we crawl your entire site and report any broken links. Our broken links report had two main categories: In both categories, the problem is caused by something related to the site's content. In most cases, a page you're linking to was removed or archived. The solution is often letting the content manager of the site fix this. Today, we're introducing a third category in our report: internal broken links that resulted in a 5xx status code.

You can now save notes on a site

We implemented a small, but valuable feature requested by some of our users. You can now store some free form notes on a site. When heading over a site's settings, you'll see the new "notes" field. Here you can add some important information to the site, for example, some details on the SLA or technical details, ... When you saved notes on a site, we'll show it when hovering over the site on the site list. Of course, you can also get to these notes via the API.