vkalintiris b8cd2bdc50 Remove unecessary relative paths when including headers. (#11124) 3 лет назад
..
Makefile.am 7de64f49ff Add a plugin for the system clock synchronization state (#10895) 3 лет назад
README.md 7de64f49ff Add a plugin for the system clock synchronization state (#10895) 3 лет назад
plugin_timex.c f569beac51 Move global stats to a separate thread (#10991) 3 лет назад
plugin_timex.h b8cd2bdc50 Remove unecessary relative paths when including headers. (#11124) 3 лет назад

README.md

timex.plugin

This plugin monitors the system clock synchronization state on Linux nodes.

This plugin creates two charts:

  • System clock synchronization state
  • Computed time offset between local system and reference clock

Configuration

Edit the netdata.conf configuration file using edit-config from the Netdata config directory, which is typically at /etc/netdata.

Scroll down to the [plugin:timex] section to find the available options:

[plugin:timex]
    # update every = 1
    # clock synchronization state = yes
    # time offset = yes

[analytics](<>)