Cleanup config.nodes_of
[check_mk.git] / checkman / ntp.time
blobcdf27fdf7fb2f61a7af28948289e417dbc1b3993
1 title: NTP time synchronization using ntpd
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 in order
8  to check the quality of the NTP time synchronization of the client.
9  If more than one peer is available, NTP chooses the "best" of them
10  as "system peer". This check only measures the time difference to
11  that system peer.
13  The check is CRIT or WARN, if the time supplied by the
14  system peer is not good enough (see below for parameters). It
15  is UNKNOWN if no system peer is present or the system peer is
16  unreachable.
18  The check is CRIT, when there are NTP peers reachable but non
19  of those is used by the NTP daemon. That is the case if the time
20  provided by those peers is too bad.
22  Note: If you want to check the health of the peers, you might
23  want to use {ntp}, which creates one individual check per NTP peer.
25 inventory:
26  If at least one peer is present, exactly one check is created, if
27  {ntp_inventory_mode} is set to {"summary"} or {"both"}.