From 526819f608930cc95f541cc0df27760c11c70091 Mon Sep 17 00:00:00 2001 From: postmannen Date: Tue, 13 Apr 2021 17:59:30 +0200 Subject: [PATCH] updated readme --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/README.md b/README.md index d1e838e..1d3700f 100644 --- a/README.md +++ b/README.md @@ -117,16 +117,40 @@ TIP: Most likely the best way to control how the service should behave and what ### Request Methods +#### REQCliCommand / REQnCliCommand + Run CLI command on a node. Linux/Windows/Mac/Docker-container or other. +#### REQTailFile + Tail log files on some node, and get the result sent back in a reply message. +#### REQHttpGet + Scrape web servers, and get the html sent back in a reply message. +#### REQHello + Get Hello messages from all running nodes. +#### REQErrorLog + Central error logger. +### Request Methos used for reply messages + +#### REQToConsole + +Print the output of the reply message to the console. + +#### REQToFileAppend + +Append the output of the reply message to a log file specified with the `directory` and `fileExtension` fields. + +#### REQToFile + +Write the output of the reply message to a log file specified with the `directory` and `fileExtension` fields. + ### Errors reporting - Report errors happening on some node in to central error handler.