---
title: "Alerts"
slug: "alerts"
updated: 2024-04-23T11:53:33Z
published: 2024-04-23T11:53:33Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://composer.docs.vindral.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Alerts

Composer Monitor comes pre-built with provisioned alert configurations including two Alerts and a Slack contact point template.

![image.png](https://cdn.document360.io/94808959-fd66-406c-ab5e-4691ce952a14/Images/Documentation/image%2838%29.png){height="" width=""}

These alerts are shown on the home dashboard.

## Composer instance down
This Alert will trigger if a Composer instance target (as specified in `composerInstances.yml`) is not responding (sending Logs or Metrics) for at least 1 minute.

![image.png](https://cdn.document360.io/94808959-fd66-406c-ab5e-4691ce952a14/Images/Documentation/image%2839%29.png){height="" width=""}

## Server instance down
This Alert will trigger if a Server instance target (as specified in `composerInstances.yml`) is not responding (sending Metrics) for at least 1 minute.
![image.png](https://cdn.document360.io/94808959-fd66-406c-ab5e-4691ce952a14/Images/Documentation/image%2841%29.png){height="" width=""}

## Configure Slack contact point
Set the webhook URL in `config/alerts/contactPoints.yaml` to enable sending notifications to Slack.
![image.png](https://cdn.document360.io/94808959-fd66-406c-ab5e-4691ce952a14/Images/Documentation/image%2840%29.png){height="" width=""}

Requires a [Slack app](https://api.slack.com/start/quickstart){target=`_blank`}

## Customizing built-in alerts
Feel free to customize the built-in alerts in the `config/alerts` folder. Please refer to the [Grafana Documentation](https://grafana.com/docs/grafana/latest/alerting/set-up/provision-alerting-resources/file-provisioning/){target=`_blank`}.

Remember to restart Composer Monitor after making changes to the provisioned alerting resources.

## Extending Alerts
Feel free to add more Alerts. Keep in mind that the Composer Monitor pre-built Alerts can not be modified via Grafana as they are provisioned via the alerts yaml files. Any additional rules can be created and managed with Grafana - but are only stored locally (if not exported and added to the yaml configuration files).

Refer to the [Grafana Documentation](https://grafana.com/docs/grafana/latest/alerting/set-up/provision-alerting-resources/file-provisioning/){target=`_blank`}.
