# Connection monitor

The connection monitor checks that the access to your Redis instance works properly. If for some reason the Redis host is not reachable, either because the instance is down or there is a connectivity error between Redis and the Taskforce.sh servers, then an alert will be triggered.

This is the most critical monitor since it implies that the Redis server may be down and an action to bring it back online may be needed.

When a connection alert is in "Triggered" status, no more alerts will be triggered until the alert is acknowledged or a full day has passed. Furthermore, if the connection is not reachable, none of the other monitors will work either so it is really important to make sure the connection is back online as soon as this alert is triggered.

![](/files/9HD3yakZVoj8z38FGbuL)


---

# 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/connection-monitor.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.
