7 This check uses the output of {ntpq -p} as sent by the agent. It is
8 a list of all NTP peers with their state, stratum, offset and jitter.
9 The check gets critical if the time offset exceeds a configurable level,
10 if the stratum is too high or on othe error conditions. It gets UNKNOWN
11 if the peer is unreachable or has not answered for a long time.
13 Note: This check creates one individual service for each peer. It is useful
14 for monitoring the health of the peers. If you want to monitor only the
15 time of the NTP client, you might rather use {ntp.time}.
18 The name or IP address of the peer (first column in output of {ntpq -p}.
21 Checks are created for all peers which have been contacted at least once,
22 if {ntp_inventory_mode} is set to {"detailed"} or {"both"}. In case
23 of {"summary"} a check of type {ntp.time} is being created.