# Outages and Maintenance

The [dashboard](https://incidenthub.cloud/dashboard) shows you an overview of outages and maintenance events with your monitored services.

## Outages View

The Outages panel gives you:

1. The number of total outages across all your monitored services
2. A list of the services with outages. You can click on each service box to view only that service's ongoing outages.
3. You can also look at all ongoing outages across your monitored services by clicking on the "View Ongoing Outages" button.
4. You can look at previous outages across your monitored services by clicking on the "View Past Outages" button. This takes you to the [Availability](/incidenthub-documentation/availability.md) page.Auto-Detecting Components

The Outages panel is available on all user plans, including free.

If you have [configured components](/incidenthub-documentation/services/monitoring-a-service.md#choosing-components-to-monitor) for a service, you will see only see those outages that are affected by at least one of those components. If you did not configure any components, all outages for a service will show up in the list. This is true for the maintenance view also.

<figure><img src="/files/OirPwKdOv29vYgcV4d9n" alt=""><figcaption><p>Outage panel</p></figcaption></figure>

## Maintenance View

This gives you an overview of the upcoming and ongoing maintenance events in your monitored services.

<figure><img src="/files/58TUOgFVixBA7mtyQ0Gm" alt=""><figcaption></figcaption></figure>

You can click on the link under the Summary column to view the details of the maintenance on the service's official status page.&#x20;

The Status of events on the Maintenance panel can be in one of two states:

1. Scheduled (light blue)&#x20;
2. In Progress (yellow)

### Maintenance Reminders

Click on the "Remind Me" button to set up advance maintenance reminders for your services.

1. Make sure you have one or more notification channels set up first.
2. Click on Remind Me on the Maintenance panel.
3. The popup will let you choose when you wish to receive reminders for maintenance events. Choose the number of hours and click Save.&#x20;

<figure><img src="/files/eiu7hqYsb9HQ5Z66Dzci" alt=""><figcaption></figcaption></figure>

A few points to note about maintenance reminders

1. The hours setting is for all your monitored services. E.g. if you set 6 hours, you will get an upcoming maintenance reminder 6 hours there is a future maintenance in your services.
2. Not all services support upcoming maintenance reminders.
3. Setting a maintenance reminder does not affect your outage alerts, or alerts for maintenance events that are ongoing. You can configure the latter on a per-service basis.
4. Your maintenance reminders will be sent to all your notification channels, except ticketing systems like Zendesk, Freshdesk, etc.

A maintenance reminder looks like this (example from a Slack channel):

<figure><img src="/files/ia3TYIswRH6IuFAALonJ" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.incidenthub.cloud/incidenthub-documentation/services/outages-and-maintenance.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
