GUI CSS: Refactored wato styles to nested structure meeting sasslint requirements...
[check_mk.git] / checkman / systemtime
blob3c15b885eb1b6ea19e7366e7d57f7245e4b75ae7
1 title: Synchronization of operating system time
2 agents: windows
3 catalog: os/misc
4 license: GPL
5 distribution: check_mk
6 description:
7  This check is a simple check of the correct setting of the current
8  system time of the target host. It simply compares the local time
9  on the monitoring server with that measured by the agent on the
10  target host. It is not very accurate since it does not account for
11  the systematic time delay between the output of the time by the agent
12  and the actual processing of that data by Check_MK.
14  Its advantage - however - is that it works on any Windows host (with
15  an agent of version of 1.1.10 or later) - regardless of the method used
16  to synchronize the time.
18  Levels can be set for making the check warn/crit if the time difference
19  exceeds the configured limits.
21 inventory:
22   One service will be created for each host supporting this check.
23   Currently this is the windows agent in version 1.1.10 or later.