Skip to content

Commit 73d1c52

Browse files
pipeline: inputs: thermal: Add threading info
Signed-off-by: Alexa Kreizinger <alexakreizinger@gmail.com>
1 parent 93e3e46 commit 73d1c52

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pipeline/inputs/thermal.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ The plugin supports the following configuration parameters:
2020
| Interval\_NSec | Polling interval \(nanoseconds\). default: 0 |
2121
| name\_regex | Optional name filter regex. default: None |
2222
| type\_regex | Optional type filter regex. default: None |
23+
| Threaded | Indicates whether to run this input in its own [thread](../../administration/multithreading.md#inputs). Default: `false`. |
2324

2425
## Getting Started
2526

@@ -83,4 +84,4 @@ pipeline:
8384
match: '*'
8485
```
8586
{% endtab %}
86-
{% endtabs %}
87+
{% endtabs %}

0 commit comments

Comments
 (0)