Initial commit

This commit is contained in:
2022-10-19 08:38:51 -07:00
commit 1809701a82
6 changed files with 384 additions and 0 deletions

16
config.toml.dist Normal file
View 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()