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
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,11 @@ 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
+
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
15
19
16
20
There are multiple options to install:
17
21
@@ -37,7 +41,8 @@ docker compose up -d
37
41
38
42
For Windows an installation using [pm2](https://github.com/jessety/pm2-installer) is recommended.
39
43
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)):
0 commit comments