diff options
author | Alex <alex@adnab.me> | 2023-01-30 16:35:30 +0000 |
---|---|---|
committer | Alex <alex@adnab.me> | 2023-01-30 16:35:30 +0000 |
commit | 4cff37397f626ef063dad29e5b5e97ab1206015d (patch) | |
tree | 584005f176e3e535dd4e63ae766cffc9fb12b0f0 /doc/book/cookbook/_index.md | |
parent | a1005c26b638782df613a7a776e4dcb22ad34d08 (diff) | |
parent | 5f412abd4e0868ea11711f696c3eabe452db7560 (diff) | |
download | garage-4cff37397f626ef063dad29e5b5e97ab1206015d.tar.gz garage-4cff37397f626ef063dad29e5b5e97ab1206015d.zip |
Merge pull request 'Small doc corrections' (#489) from jpds/garage:doc-corrections into main
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/489
Diffstat (limited to 'doc/book/cookbook/_index.md')
-rw-r--r-- | doc/book/cookbook/_index.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/book/cookbook/_index.md b/doc/book/cookbook/_index.md index 6e279363..34e2ed92 100644 --- a/doc/book/cookbook/_index.md +++ b/doc/book/cookbook/_index.md @@ -26,6 +26,10 @@ This chapter could also be referred as "Tutorials" or "Best practices". - **[Configuring a reverse-proxy](@/documentation/cookbook/reverse-proxy.md):** This page explains how to configure a reverse-proxy to add TLS support to your S3 api endpoint. +- **[Monitoring Garage](@/documentation/cookbook/monitoring.md)** This page + explains the Prometheus metrics available for monitoring the Garage + cluster/nodes. + - **[Recovering from failures](@/documentation/cookbook/recovering.md):** Garage's first selling point is resilience to hardware failures. This section explains how to recover from such a failure in the best possible way. |