# Set up monitoring suite

We will be using the following monitoring suite:

1. **Prometheus** - Expose runtime data from the Execution and Consensus clients
2. **Node Exporter** - Expose OS metrics for the Ubuntu server
3. **Grafana** - Creates dashboards from Prometheus and Node Exporter data
4. **Google Uptime Check** - Periodically pings your node to make sure it is running and alerts you when it doesn't get a response
5. **Beaconcha.in App API** - Alerts you when your node misses attestations, proposes a new block, or (touch wood) gets slashed. Also able to monitor device level diagnostics and other useful metrics such as CPU usage, RAM usage, disk space usage, networking throughput, peer count, and status of your execution & consensus layer clients
6. **Backup beacon node** - You can use the Google Cloud GUI to monitor this node


---

# 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://dvt-homestaker.stakesaurus.com/monitoring-maintenance-and-updates/set-up-monitoring-suite.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.
