Skip to content

Commit 1c4b478

Browse files
pipeline: inputs: process: add default column
Signed-off-by: Alexa Kreizinger <[email protected]>
1 parent 382a728 commit 1c4b478

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

pipeline/inputs/process.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ This plugin creates metrics that are log-based, such as JSON payloads. For Prome
99

1010
The plugin supports the following configuration parameters:
1111

12-
| Key | Description |
13-
| :--- | :--- |
14-
| `Proc_Name` | The name of the target process to check. |
15-
| `Interval_Sec` | Specifies the interval between service checks, in seconds. Default: `1`. |
16-
| `Interval_Nsec` | Specify the interval between service checks, in nanoseconds. This works in conjunction with `Interval_Sec`. Default: `0`. |
17-
| `Alert` | If enabled, the plugin will only generate messages if the target process is down. Default: `false`. |
18-
| `Fd` | If enabled, a number of `fd` is appended to each record. Default: `true`. |
19-
| `Mem` | If enabled, memory usage of the process is appended to each record. Default: `true`. |
20-
| `Threaded` | Specifies whether to run this input in its own [thread](../../administration/multithreading.md#inputs). Default: `false`. |
12+
| Key | Description | Default |
13+
| --- | ----------- | ------- |
14+
| `Proc_Name` | The name of the target process to check. | _none_ |
15+
| `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` |
17+
| `Alert` | If enabled, the plugin will only generate messages if the target process is down. | `false` |
18+
| `Fd` | If enabled, a number of `fd` is appended to each record. | `true` |
19+
| `Mem` | If enabled, memory usage of the process is appended to each record. | `true` |
20+
| `Threaded` | Specifies whether to run this input in its own [thread](../../administration/multithreading.md#inputs). | `false` |
2121

2222
## Getting started
2323

0 commit comments

Comments
 (0)