2022-05-19 00:31:34 +08:00
|
|
|
# Monitor sensors, requires lm-sensors package
|
2023-03-02 05:22:29 +08:00
|
|
|
# This plugin ONLY supports Linux
|
2022-05-19 00:31:34 +08:00
|
|
|
[[inputs.sensors]]
|
|
|
|
|
## Remove numbers from field names.
|
|
|
|
|
## If true, a field name like 'temp1_input' will be changed to 'temp_input'.
|
|
|
|
|
# remove_numbers = true
|
|
|
|
|
|
|
|
|
|
## Timeout is the maximum amount of time that the sensors command can run.
|
|
|
|
|
# timeout = "5s"
|