Install chrony in telegraf image

The output of "chronyc tracking"  command is required by
the inputs.chrony plugin.

Change-Id: I8fbef57b99122b8a093150f6ca1efdd33e032917
This commit is contained in:
Christian Berendt 2017-11-02 20:23:39 +01:00
parent 8d024ff400
commit e43678b16e
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
{{ macros.configure_user(name='telegraf', homedir='/etc/telegraf') }}
{% set telegraf_packages = [
'chrony',
'net-tools',
'python-pip',
'telegraf'