Skip to content

Commit bedded6

Browse files
committed
update README.md
1 parent c0cbc15 commit bedded6

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ 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+
`/v1/health` for the health of PW
16+
`/v1/self` for checking the health of maedic itself, also checks the database connection
17+
`/v1/config` to check the configured limits and options
1518

1619
There are multiple options to install:
1720

@@ -37,7 +40,8 @@ docker compose up -d
3740

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

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

4246
- the compiled binary
4347
- base.yaml as a config file

0 commit comments

Comments
 (0)