Skip to content

Commit a509394

Browse files
esmerelcnorris-cs
andauthored
Apply suggestions from code review
Co-authored-by: Craig Norris <[email protected]> Signed-off-by: Lynette Miles <[email protected]>
1 parent 5ff4f11 commit a509394

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pipeline/inputs/thermal.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Thermal
22

3-
The _Thermal_ input plugin reports system temperatures. This plugin is only available for Linux.
3+
The _Thermal_ input plugin reports system temperatures. This plugin is available only for Linux.
44

5-
The following table describes the information generated by the plugin.
5+
The following table describes the information generated by the plugin:
66

77
| Key | Description |
88
| :-- | :---------- |
@@ -24,7 +24,7 @@ The plugin supports the following configuration parameters:
2424

2525
## Get started
2626

27-
To get the temperature of your system, you can run the plugin from the command line or through the configuration file:
27+
To get the temperature of your system, you can run the plugin from the command line or through the configuration file.
2828

2929
### Command line
3030

@@ -50,7 +50,7 @@ Fluent Bit v1.x.x
5050
[2] my_thermal: [1566099586.000083156, {"name"=>"thermal_zone0", "type"=>"x86_pkg_temp", "temp"=>59.000000}]
5151
```
5252

53-
Some systems provide multiple thermal zones. This example monitors only `thermal_zone0` by name, once per minute.
53+
Some systems provide multiple thermal zones. This example monitors only `thermal_zone0` by name, once per minute:
5454

5555
```bash
5656
bin/fluent-bit -i thermal -t my_thermal -p "interval_sec=60" -p "name_regex=thermal_zone0" -o stdout -m '*'
@@ -70,7 +70,7 @@ Copyright (C) Treasure Data
7070

7171
### Configuration file
7272

73-
In your main configuration file append the following sections:
73+
In your main configuration file append the following sections:
7474

7575
{% tabs %}
7676
{% tab title="fluent-bit.yaml" %}

0 commit comments

Comments
 (0)