# Monitoring

Taskforce.sh provides a powerful monitoring facility. All connections can be monitored for different types of common issues that can happen in the queues that are part of the Redis instance associated with a connection.

Monitors that are activated on your connections generate alerts if the monitor detects an issue in any of the queues in the connection.

Alerts are visible from the dashboard and include information regarding the cause of why the alert has been triggered. All triggered alerts send also an email to the owner of the connection.

Currently, we support the following monitor types:

* Connection monitor
* Failed jobs monitor
* Missing workers monitor
* Max Memory monitor
* Backlog monitor

Over time we will add more monitor types for other common errors, you are welcome to suggest new monitor types here: <https://github.com/taskforcesh/issues>

{% hint style="info" %}
Note that by **default** the monitors are **disabled** and must be enabled manually on every connection.
{% endhint %}

You can access a connection's monitors by clicking on the connection name:

<figure><img src="/files/UqqEzkNOS3VqaC3E5yvu" alt="" width="304"><figcaption></figcaption></figure>

This will open the connection dialog and you will be able to choose which monitors to activate:

![](/files/0IoFs1T5jVLATE3ESzb9)


---

# 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.taskforce.sh/monitoring.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.
