Skip to content

Commit

Permalink
docs: πŸ“ add health check command to health check doc
Browse files Browse the repository at this point in the history
  • Loading branch information
heldrida committed Sep 11, 2023
1 parent 4340d91 commit ff8fa28
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/node/health-check.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ tags:
-->
import Author from '@site/src/components/Author';

## TL;DR: Run the command

A script is available to do and provide a health check overview:

```sh
curl https://get.fleek.network/healthcheck | bash
```

## Overview

In network applications, a health check is a process of verifying the overall health and availability of a service. It usually involves sending a request to a specific endpoint of a service and receiving a response indicating the status. The response includes information about the status of the service, or any errors or warnings if not healthy. This helps developers, node operators, and system administrators identify and resolve issues that may affect the network, node performance and availability.
Expand Down

0 comments on commit ff8fa28

Please sign in to comment.