mirror of https://github.com/mikaku/Monitorix.git
updated manpage to reflect the support of substrings referenced in #136
This commit is contained in:
parent
9fa1c0659f
commit
561fb1684f
|
@ -1716,7 +1716,7 @@ Monitorix uses the following command to find the processes listed in this option
|
|||
# ps -eo pid,comm,command
|
||||
.P
|
||||
.RE
|
||||
Therefore names in the process list must *EXACTLY* correspond to those in the \fIcomm\fP (or \fIcommand\fP) field of the above command (no substring, no wildcard).
|
||||
Therefore names in the process list can be either exactly to the process name as it appears in the \fIcomm\fP columns, or just a substring of the process name that appears in the \fIcommand\fP column.
|
||||
.P
|
||||
An example of this option would be:
|
||||
.P
|
||||
|
|
Loading…
Reference in New Issue