GUI CSS: Decoupled most styles for sidebar from the classic theme (CMK-1171)
[check_mk.git] / checkman / ntp
blob53ac7ff2d397b7375fab74fe57ae708ab59dcb78
1 title: NTP peers
2 agents: linux
3 catalog: os/services
4 license: GPL
5 distribution: check_mk
6 description:
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}.
17 item:
18  The name or IP address of the peer (first column in output of {ntpq -p}.
20 inventory:
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.