1749873738
This commit is contained in:
@@ -25,8 +25,8 @@ allow 10.0.0.0/24
|
|||||||
manual
|
manual
|
||||||
|
|
||||||
# tell clients im the big dog
|
# tell clients im the big dog
|
||||||
# local stratum 1
|
local stratum 1
|
||||||
local
|
# local
|
||||||
|
|
||||||
# Good Time Servers
|
# Good Time Servers
|
||||||
pool time.cloudflare.com iburst
|
pool time.cloudflare.com iburst
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
# m h dom mon dow command
|
# m h dom mon dow command
|
||||||
# set hardware I2C RTC every hour
|
# set hardware I2C RTC every 5 minutes
|
||||||
0 * * * * bash /usr/sbin/hwclock -w
|
*/5 * * * * bash /usr/sbin/hwclock -w
|
||||||
@@ -13,8 +13,6 @@
|
|||||||
|
|
||||||
[[inputs.chrony]]
|
[[inputs.chrony]]
|
||||||
metrics = ["tracking"]
|
metrics = ["tracking"]
|
||||||
timeout = "5s"
|
|
||||||
|
|
||||||
[[outputs.influxdb]]
|
[[outputs.influxdb]]
|
||||||
urls = ["http://127.0.0.1:8086"]
|
urls = ["http://127.0.0.1:8086"]
|
||||||
database = "Chrony_Stats"
|
database = "Chrony_Stats"
|
||||||
|
|||||||
Reference in New Issue
Block a user