Skip to content

Commit

Permalink
docs: fix healthcheck command
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed Jan 8, 2024
1 parent 7c75532 commit 7c53a94
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/guide/healthcheck.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,12 @@
> [!NOTE]
> Remember to add the header: `Accept: text/plain` to your request.
Example: `curl localhost:8091/health/zwave -H "Accept: text/plain"`
Example:

Using `wget`:

`wget --no-verbose --spider --no-check-certificate --header "Accept: text/plain" http://localhost:8091/health`

Using `curl`:

`curl localhost:8091/health/zwave -H "Accept: text/plain`

0 comments on commit 7c53a94

Please sign in to comment.