---
title: "Troubleshooting"
description: "Learn how to troubleshoot potential Uptime Monitoring problems."
url: https://docs.sentry.io/product/monitors-and-alerts/monitors/uptime-monitoring/troubleshooting/
---

# Troubleshooting

## [Verify Firewall Configuration](https://docs.sentry.io/product/monitors-and-alerts/monitors/uptime-monitoring/troubleshooting.md#verify-firewall-configuration)

Some hosting platforms can block incoming requests from Sentry's Uptime Bot, falsely creating uptime issues. We recommend verifying your firewall configuration to ensure incoming requests from Sentry are allowed.

If you need to configure your firewall allowlist to include Sentry's Uptime Bot, we recommend checking against our `User-Agent`, given that our IP addresses can change without notice.

### [User Agent](https://docs.sentry.io/product/monitors-and-alerts/monitors/uptime-monitoring/troubleshooting.md#user-agent)

Our uptime check requests use the following `User-Agent`:

```bash
SentryUptimeBot/1.0 (+https://docs.sentry.io/product/monitors-and-alerts/monitors/uptime-monitoring/)
```

### [IP Addresses](https://docs.sentry.io/product/monitors-and-alerts/monitors/uptime-monitoring/troubleshooting.md#ip-addresses)

See [IP Ranges](https://docs.sentry.io/security-legal-pii/security/ip-ranges.md#uptime-monitoring) for a complete list of IP addresses used for uptime checks.

## [Verify That Issue Alerts Match Downtime Issues](https://docs.sentry.io/product/monitors-and-alerts/monitors/uptime-monitoring/troubleshooting.md#verify-that-issue-alerts-match-downtime-issues)

Uptime monitors create downtime issues. If you're not receiving notifications when downtimes are detected, make sure you've [configured an Alert](https://docs.sentry.io/product/monitors-and-alerts/alerts.md#creating-an-alert) whose sources and filters match those issues, with actions for the channels you expect.
