timex.conf 586 B

123456789101112131415161718
  1. # It can take several minutes before ntpd selects a server to synchronize with;
  2. # try checking after 17 minutes (1024 seconds).
  3. alarm: system_clock_sync_state
  4. on: system.clock_sync_state
  5. os: linux
  6. class: Errors
  7. type: System
  8. component: Clock
  9. calc: $state
  10. units: synchronization state
  11. every: 10s
  12. warn: $system.uptime.uptime > 17 * 60 AND $this == 0
  13. delay: down 5m
  14. summary: System clock sync state
  15. info: When set to 0, the system kernel believes the system clock is not properly synchronized to a reliable server
  16. to: silent