Metadata-Version: 1.1
Name: collectd-ntp
Version: 0.0.2
Summary: NTP offsets plugin for collectd
Home-page: https://github.com/ministryofjustice/collectd-ntp
Author: MOJDS
Author-email: andy.driver@digital.justice.gov.uk
License: LICENSE
Description: collectd_ntp
        ============
        
        .. image:: https://travis-ci.org/ministryofjustice/collectd-ntp.svg?branch=master
            :target: https://travis-ci.org/ministryofjustice/collectd-ntp
        
        A collectd plugin to fetch NTP offsets from a pool.
        
        Installation
        ------------
        
        The latest stable version can be installed from PyPI_:
        
        .. code:: shell
        
            $ pip install collectd-ntp
        
        .. _PyPI: https://pypi.python.org/pypi
        
        
        Configuration
        ~~~~~~~~~~~~~
        
        To configure the plugin:
        
        .. code:: xml
        
            <LoadPlugin python>
              Globals true
            </LoadPlugin>
        
            <Plugin python>
              Import "ntpoffset"
        
              <Module "ntpoffset">
                # NTP pool address
                pool "pool.ntp.org"
              </Module>
            </Plugin>
        
Keywords: python,ministryofjustice,collectd,ntp
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Plugins
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Monitoring
Classifier: Topic :: System :: Networking :: Monitoring
Classifier: Topic :: System :: Networking :: Time Synchronization
