# Better Stack for HollaEx

<figure><img src="/files/Ywf5ljq7c68bojv0joOc" alt=""><figcaption></figcaption></figure>

Better Stack offers a nice Status Page feature alongside the HTTP health checker. It has a [free tier](https://betterstack.com/pricing), which is a great way to get onboarded. It's a service that [status.hollaex.com](https://status.hollaex.com/) uses too.

<figure><img src="/files/jxjiF3aPMdpuRAiotjXC" alt=""><figcaption></figcaption></figure>

You can sign up through [this link](https://betterstack.com/users/sign-up). Please go through the signup process completely.

<figure><img src="/files/EoSGWwhLgIpw8MDJ192t" alt=""><figcaption></figcaption></figure>

## Sign up

Please continue by filling up the details.

<figure><img src="/files/CYFP2Iar9HVnV0T6RGjx" alt=""><figcaption></figcaption></figure>

Select "Uptime monitoring" and "Status page" for the usage.

<figure><img src="/files/E6WuaXev75260ASldvYV" alt=""><figcaption></figcaption></figure>

Select "Slack" or similar if you also want to use Better Stack as an active HTTP health checker and get downtime notifications. But it's okay to skip if you only need a simple Status Page.

<figure><img src="/files/sLexgEqqVZMOHz8r2HTU" alt=""><figcaption></figcaption></figure>

Feel free to skip the test notification.

<figure><img src="/files/kdCkSYFt4VIkD6BUIp4E" alt=""><figcaption></figcaption></figure>

Please select the free tier and continue.

<figure><img src="/files/5xgzAE1BsvJHVI5J9l30" alt=""><figcaption></figcaption></figure>

Awesome. Now you have a Better Stack account!

<figure><img src="/files/PBpewAtCES7QDzyOIMhb" alt=""><figcaption></figcaption></figure>

## Set up Health Checker

{% hint style="info" %}
Before continuing, please remove the sample health checker. (most likely set to google.com)
{% endhint %}

In order to set up a status page, you should create an HTTP health checker first. This will be a source of origin for the status page to track whether your exchange is up.&#x20;

Additionally, you can get notifications if something happens to it, so it's a win-win!

Please set the URL to your exchange's API health URL. In most cases, it's `https://<YOUR_DOMAIN>/api/v2/health`.

<figure><img src="/files/1PwPcNRqsmOvTxnBeeux" alt=""><figcaption></figcaption></figure>

Create the monitor once it's all set, and you'll see it from the main page.

<figure><img src="/files/EK3ZJGRFbdl6nGJ9heFw" alt=""><figcaption></figcaption></figure>

## Set up Status Page

Jump to the "Status pages" menu through the sidebar, and click "Create status page".

<figure><img src="/files/Qs7MvkLRixcYomIPzDFQ" alt=""><figcaption></figcaption></figure>

Fill in the values based on your branding.&#x20;

<figure><img src="/files/4EcMuFhROaMIjRSPXiAB" alt=""><figcaption></figcaption></figure>

You can set a custom domain, something like `status.myexchange.com`.&#x20;

Please type in the custom domain you want, and set the CNAME record by following the website.

<figure><img src="/files/fyDoltbQcUFffEMjuKm0" alt=""><figcaption></figcaption></figure>

Next, jump to the "Structure" section. You can select the health checker you made above to continue.

<figure><img src="/files/vAZ3FYce1Y7KIY8ipocN" alt=""><figcaption></figcaption></figure>

Select the health checker, and name the resource based on your branding and needs.&#x20;

Please hit the "Save changes" button at the bottom once you are done.

<figure><img src="/files/0jiIvGNhAGbbHLdpC7Pg" alt=""><figcaption></figcaption></figure>

Now jump to the status page URL, and you'll see a nice status page like the one below.

Feel free to customize it from here, it's all yours 😉

<figure><img src="/files/jUml6AtpnawxBOAmVQDD" alt=""><figcaption></figcaption></figure>


---

# 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.hollaex.com/status-page/better-stack-for-hollaex.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.
