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