1
0
Fork 0
mirror of https://github.com/postmannen/ctrl.git synced 2025-03-05 06:46:48 +00:00

updated readme

This commit is contained in:
postmannen 2021-04-13 17:59:30 +02:00
parent 0ae559c71f
commit 526819f608

View file

@ -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.