1.2-dev
This commit is contained in:
@@ -5,7 +5,7 @@ instance_name = "Precision Timekeeping"
|
||||
protocol = http
|
||||
|
||||
# The http port to use
|
||||
http_port = 80
|
||||
http_port = 3000
|
||||
|
||||
[log]
|
||||
# Either "debug", "info", "warn", "error", "critical", default is "info"
|
||||
|
||||
@@ -13,10 +13,10 @@
|
||||
|
||||
[[inputs.chrony]]
|
||||
metrics = ["tracking"]
|
||||
timeout = "5s"
|
||||
timeout = "3s"
|
||||
|
||||
[[outputs.influxdb]]
|
||||
urls = ["http://127.0.0.1:8086"]
|
||||
database = "Chrony_Stats"
|
||||
timeout = "5s"
|
||||
timeout = "3s"
|
||||
# skip_database_creation = true
|
||||
|
||||
Reference in New Issue
Block a user