Monitor Type: collectd/chrony
(Source)
Accepts Endpoints: No
Multiple Instances Allowed: No
Collectd NTP data from a chronyd instance
See https://collectd.org/documentation/manpages/collectd.conf.5.shtml#plugin_chrony
To activate this monitor in the Smart Agent, add the following to your agent config:
monitors: # All monitor config goes under this key
- type: collectd/chrony
... # Additional config
For a list of monitor options that are common to all monitors, see Common Configuration.
Config option | Required | Type | Description |
---|---|---|---|
host |
yes | string |
The hostname of the chronyd instance |
port |
no | integer |
The UDP port number of the chronyd instance. Defaults to 323 in collectd if unspecified. |
timeout |
no | unsigned integer |
How long to wait for a response from chronyd before considering it down. Defaults to 2 seconds in the collectd plugin if not specified |