2022-11-01 01:36:14 -07:00
|
|
|
[sources]
|
|
|
|
[sources.chrony]
|
|
|
|
enabled = true
|
|
|
|
# host = "127.0.0.1:323" # default; port is required
|
|
|
|
tracking_interval = 10
|
|
|
|
sources_interval = 60
|
|
|
|
timeout = 1
|
|
|
|
measurement_prefix = "chrony."
|
|
|
|
tracking_measurement = "tracking"
|
|
|
|
sources_measurement = "sources"
|
|
|
|
|
|
|
|
[sources.hwmon]
|
|
|
|
enabled = true
|
|
|
|
interval = 60
|
|
|
|
measurement_prefix = "hwmon."
|
|
|
|
|
|
|
|
[sources.hwmon.sensors.temp1]
|
|
|
|
name = "hwmon0"
|
|
|
|
sensor = "temp1_input"
|
2022-10-19 08:38:51 -07:00
|
|
|
|
|
|
|
[influxdb]
|
2022-11-01 01:36:14 -07:00
|
|
|
url = "http://localhost:8086"
|
2022-10-19 08:38:51 -07:00
|
|
|
org = "default"
|
|
|
|
bucket = "default"
|
|
|
|
token = ""
|
|
|
|
|
|
|
|
[influxdb.tags]
|
2022-11-01 01:36:14 -07:00
|
|
|
# host = "qubit" # default is the local hostname
|
|
|
|
# arbitrary = "tags" # are allowed
|