# Monitoring

- [Introduction](https://docs.vernemq.com/monitoring/introduction.md): Description and Configuration of the built-in Monitoring mechanism
- [$SYSTree](https://docs.vernemq.com/monitoring/systree.md): Description and Configuration of the $SYSTree Monitoring Feature
- [Graphite](https://docs.vernemq.com/monitoring/graphite.md): Description and Configuration of the Graphite exporter
- [Netdata](https://docs.vernemq.com/monitoring/netdata.md): Netdata Metrics
- [Prometheus](https://docs.vernemq.com/monitoring/prometheus.md): Description and Configuration of the Prometheus exporter
- [Health Checker](https://docs.vernemq.com/monitoring/health-check.md): The VerneMQ health checker
- [Status Page](https://docs.vernemq.com/monitoring/status.md): The VerneMQ Status Page


---

# 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.vernemq.com/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.
