From 590056f118827e34ec9fafbe01a57102eaff49e9 Mon Sep 17 00:00:00 2001
From: Nikolay Stanchev <ns17@it-innovation.soton.ac.uk>
Date: Tue, 23 Apr 2019 11:07:26 +0100
Subject: [PATCH] Updates documentation of the Graph API

---
 docs/clmc-service.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/docs/clmc-service.md b/docs/clmc-service.md
index bd6d537..129b235 100644
--- a/docs/clmc-service.md
+++ b/docs/clmc-service.md
@@ -363,7 +363,9 @@ with **/clmc-service** so that the nginx reverse proxy server (listening on port
 
     * Response:
     
-        The response of this request is a JSON content, which contains a single output message along with the status of the monitoring pipeline.
+        The response of this request is a JSON content, which contains a single output message along with the status of the monitoring pipeline (encountering
+        a 'sleeping' status should be expected, since the background process is executing only once per given delay; a 'zombie' status would indicate that
+        the process is dead).
 
         Returns a 404 Not Found error if the request ID is not associated with any graph monitoring process.
     
-- 
GitLab