Skip to content

Commit 471120d

Browse files
pipeline: inputs: process: fix stray phrasing error
Signed-off-by: Alexa Kreizinger <[email protected]>
1 parent e6b7049 commit 471120d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pipeline/inputs/process.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The plugin supports the following configuration parameters:
1313
| --- | ----------- | ------- |
1414
| `Proc_Name` | The name of the target process to check. | _none_ |
1515
| `Interval_Sec` | Specifies the interval between service checks, in seconds. | `1` |
16-
| `Interval_Nsec` | Specify the interval between service checks, in nanoseconds. This works in conjunction with `Interval_Sec`. | `0` |
16+
| `Interval_Nsec` | Specifies the interval between service checks, in nanoseconds. This works in conjunction with `Interval_Sec`. | `0` |
1717
| `Alert` | If enabled, the plugin will only generate messages if the target process is down. | `false` |
1818
| `Fd` | If enabled, a number of `fd` is appended to each record. | `true` |
1919
| `Mem` | If enabled, memory usage of the process is appended to each record. | `true` |
@@ -45,7 +45,7 @@ pipeline:
4545
interval_nsec: 0
4646
fd: true
4747
mem: true
48-
48+
4949
outputs:
5050
- name: stdout
5151
match: '*'
@@ -105,4 +105,4 @@ ______ _ _ ______ _ _ ___ _____
105105
[1] proc.0: [1485780298, {"alive"=>true, "proc_name"=>"fluent-bit", "pid"=>10964, "mem.VmPeak"=>14740000, "mem.VmSize"=>14740000, "mem.VmLck"=>0, "mem.VmHWM"=>1148000, "mem.VmRSS"=>1148000, "mem.VmData"=>2276000, "mem.VmStk"=>88000, "mem.VmExe"=>1768000, "mem.VmLib"=>2328000, "mem.VmPTE"=>68000, "mem.VmSwap"=>0, "fd"=>18}]
106106
[2] proc.0: [1485780299, {"alive"=>true, "proc_name"=>"fluent-bit", "pid"=>10964, "mem.VmPeak"=>14740000, "mem.VmSize"=>14740000, "mem.VmLck"=>0, "mem.VmHWM"=>1152000, "mem.VmRSS"=>1148000, "mem.VmData"=>2276000, "mem.VmStk"=>88000, "mem.VmExe"=>1768000, "mem.VmLib"=>2328000, "mem.VmPTE"=>68000, "mem.VmSwap"=>0, "fd"=>18}]
107107
[3] proc.0: [1485780300, {"alive"=>true, "proc_name"=>"fluent-bit", "pid"=>10964, "mem.VmPeak"=>14740000, "mem.VmSize"=>14740000, "mem.VmLck"=>0, "mem.VmHWM"=>1152000, "mem.VmRSS"=>1148000, "mem.VmData"=>2276000, "mem.VmStk"=>88000, "mem.VmExe"=>1768000, "mem.VmLib"=>2328000, "mem.VmPTE"=>68000, "mem.VmSwap"=>0, "fd"=>18}]
108-
```
108+
```

0 commit comments

Comments
 (0)