mirror of
https://github.com/postmannen/ctrl.git
synced 2025-03-05 06:46:48 +00:00
updated readme
This commit is contained in:
parent
0ae559c71f
commit
526819f608
1 changed files with 24 additions and 0 deletions
24
README.md
24
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.
|
||||
|
|
Loading…
Add table
Reference in a new issue