WORKAN WOOOO

This commit is contained in:
2025-10-29 22:37:31 -06:00
parent 4960d8aa41
commit e72f443144
14 changed files with 86 additions and 175 deletions
+3
View File
@@ -15,6 +15,9 @@ refclock SHM 0 refid NMEA offset 0.000 precision 1e-6 poll 0 filter 3
# trust means we trust this time. the NMEA will be kicked out as false ticker eventually, so we need to trust the combo
refclock PPS /dev/pps0 refid PPS lock NMEA offset 0.0 poll 3 trust
# only log statistics
log statistics
# allow local connections to ntp
allow 10.0.0.0/24
+1 -1
View File
@@ -12,7 +12,7 @@
# debug = true
[[inputs.chrony]]
metrics = ["tracking", "measurements", "statistics"]
metrics = ["tracking", "serverstats"]
timeout = "3s"
[[outputs.influxdb]]