Initial commit
This commit is contained in:
16
config.toml.dist
Normal file
16
config.toml.dist
Normal file
@@ -0,0 +1,16 @@
|
||||
[sources.chrony]
|
||||
enabled = true
|
||||
poll_interval = 10
|
||||
timeout = 1
|
||||
measurement_prefix = "chrony."
|
||||
tracking_measurement = "tracking"
|
||||
sources_measurement = "sources"
|
||||
|
||||
[influxdb]
|
||||
# url = "http://localhost:8086" # defaults to localhost
|
||||
org = "default"
|
||||
bucket = "default"
|
||||
token = ""
|
||||
|
||||
[influxdb.tags]
|
||||
# host = "localhost" # defaults to gethostname()
|
||||
Reference in New Issue
Block a user