You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,10 @@ Currently featuring the following PW specific checks:
11
11
- PW main Service monitoring
12
12
- Sysinfo checks incl. CPU/RAM
13
13
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
15
18
16
19
There are multiple options to install:
17
20
@@ -37,7 +40,8 @@ docker compose up -d
37
40
38
41
For Windows an installation using [pm2](https://github.com/jessety/pm2-installer) is recommended.
39
42
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)):
0 commit comments