NTP offsets plugin for collectd
Project description
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>
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
collectd-ntp-0.0.4.tar.gz
(3.7 kB
view hashes)