Difference between revisions of "Plugin:NTPd"
From collectd Wiki
m (Added DEFAULTSORT magic word.) |
(Relicensed to MIT license.) |
||
Line 5: | Line 5: | ||
| Status={{supported}} | | Status={{supported}} | ||
| FirstVersion={{Version|3.10}} | | FirstVersion={{Version|3.10}} | ||
− | | Copyright='' | + | | Copyright=''2006–2012'' [[User:Octo|Florian Forster]] |
− | | License={{ | + | | License={{MIT License}} |
| Manpage={{Manpage|collectd.conf|5|plugin_ntpd}} | | Manpage={{Manpage|collectd.conf|5|plugin_ntpd}} | ||
}} | }} |
Revision as of 10:40, 21 May 2015
NTPd plugin | |
---|---|
Type: | read |
Callbacks: | config, read |
Status: | supported |
First version: | 3.10 |
Copyright: | 2006–2012 Florian Forster |
License: | MIT license |
Manpage: | collectd.conf(5) |
List of Plugins |
The NTPd plugin queries an NTP server (usually the local one, where statistics access is allowed) and extracts :
- "local" clock parameters :
- time offset
- error and offset loop
- parameters for each NTP server used to sync time
- offset
- dispersion
- delay
Details of the configuration can be found in the collectd.conf(5) manual page.
Synopsis
<Plugin "ntpd"> Host "localhost" Port "123" ReverseLookups false </Plugin>
Example Graphs
Dependencies
- none
--Sebg 19:52, 26 February 2009 (UTC)