Skip to content

Commit aa43ca8

Browse files
committed
update README.md
again
1 parent c0cbc15 commit aa43ca8

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,11 @@ Currently featuring the following PW specific checks:
1111
- PW main Service monitoring
1212
- Sysinfo checks incl. CPU/RAM
1313

14-
All Health Checks are available via a configurable REST endpoint
14+
The following endpoints are available:
15+
16+
- `/v1/health` for the health of PW
17+
- `/v1/self` for checking the health of maedic itself, also checks the database connection
18+
- `/v1/config` to check the configured limits and options
1519

1620
There are multiple options to install:
1721

@@ -37,7 +41,8 @@ docker compose up -d
3741

3842
For Windows an installation using [pm2](https://github.com/jessety/pm2-installer) is recommended.
3943

40-
For a complete Installation with pm2 the following Files are required(please check the [releases page](https://github.com/JayJayArr/maedic/releases/latest)):
44+
For a complete Installation with pm2 the following Files are required
45+
(please check the [releases page](https://github.com/JayJayArr/maedic/releases/latest)):
4146

4247
- the compiled binary
4348
- base.yaml as a config file

0 commit comments

Comments
 (0)