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

# Monitoring and Alerts

Proper monitoring is essential for production full nodes.

## Minimum Health Checks

* Sync status
* Peer count
* Disk usage
* CPU and memory usage
* RPC responsiveness

Check sync status:

```bash theme={null}
curl -s localhost:26657/status | jq '.result.sync_info'
```

## Recommended Monitoring Stack

* Prometheus
* Grafana
* AlertManager
* Node Exporter

Metrics endpoint:

`http://localhost:9000`

## Daily Checklist

* ☐ Verify node is synced
* ☐ Check disk usage
* ☐ Review logs
* ☐ Confirm peer connectivity
