summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorAlbin Suresh <albin.suresh@softwareag.com>2022-03-31 11:18:24 +0530
committerAlbin Suresh <albin.suresh@softwareag.com>2022-03-31 12:13:45 +0530
commit83a5f2835d0db87dc66ff52d0681f39c063d9f3f (patch)
tree0d59a4e33e07bc5dd0d1b38b1e59d5d2d59c1848 /docs
parentea8c0d823bf4d9acd22ac9c84d4b2c7a9c273374 (diff)
Include PID in health status message of tedge-daemons
Diffstat (limited to 'docs')
-rw-r--r--docs/src/howto-guides/020_monitor_tedge_health2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/howto-guides/020_monitor_tedge_health b/docs/src/howto-guides/020_monitor_tedge_health
index 19f50315..3cdea621 100644
--- a/docs/src/howto-guides/020_monitor_tedge_health
+++ b/docs/src/howto-guides/020_monitor_tedge_health
@@ -16,7 +16,7 @@ The daemon will then respond back on the topic:
with the following payload:
```json
-{ "status": "up" }
+{ "status": "up", "pid": <process id of the daemon> }
```
All daemons will also respond to health checks sent to the common health check endpoint `tedge/health-check`.