diff --git a/plugins/localdump/profiles/readme.md b/plugins/localdump/profiles/readme.md index 0a7f38c1fa531bb2e148565f22217381b64b3b6f..4a7f7a6a6fd3600d4ec577d2b7feef16d1518f01 100644 --- a/plugins/localdump/profiles/readme.md +++ b/plugins/localdump/profiles/readme.md @@ -21,12 +21,13 @@ To detect the existance of you can use the following keys. If all found detect e | Key | Type | Description | |--- |--- |--- | +| binary | string | Binary that must be found in path. Use comma to separate multiple binaries. | file[] | string | full path of a file. It must match "type". It can be given multiple times. | process | regex | A binary to be matched in the process list -| tcp | integer | A tcp port number that must match -| tcp-process | regex | A process name offering the local tcp port (regex for last column in netstat -tulpen) +| tcp | integer | A tcp port number that must be in use +| tcp-process | regex | A process name offering the local tcp port (regex for last column in `netstat -tulpen`). If process names can differ depending on an os use a pipe to set alternatives eg `postgres|postmaster` | tcp-target | string | A hostname for tcp port check, eg localhost -| type | regex | a matching regex for file -b FILE | grep -i REGEX; see "file[]" +| type | regex | a matching regex for `file -b FILE | grep -i REGEX; see "file[]"` Example: