@@ -9,15 +9,15 @@ This plugin creates metrics that are log-based, such as JSON payloads. For Prome
99
1010The 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