collectd-ntp

NTP offsets plugin for collectd


Keywords
python, ministryofjustice, collectd, ntp
License
MIT-feh
Install
pip install collectd-ntp==0.0.4

Documentation

collectd_ntp

https://travis-ci.org/ministryofjustice/collectd-ntp.svg?branch=master

A collectd plugin to fetch NTP offsets from a pool.

The default update interval is 60 seconds.

Installation

The latest stable version can be installed from PyPI:

$ pip install collectd-ntp

Configuration

To configure the plugin:

<LoadPlugin python>
  Globals true
</LoadPlugin>

<Plugin python>
  Import "ntpoffset"

  <Module "ntpoffset">
    # NTP pool address
    pool "pool.ntp.org"
  </Module>
</Plugin>