Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: voxpupuli/puppet-telegraf
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.4.0
Choose a base ref
...
head repository: voxpupuli/puppet-telegraf
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.5.0
Choose a head ref
  • 10 commits
  • 18 files changed
  • 7 contributors

Commits on Apr 4, 2017

  1. Add logfile option. Fixes #52 (#56)

    * add logfile option in template
    
    * add logfile parameters to init.pp and params.pp
    
    Logfile for windows will be in install Directory. On linux systems logfile option will be empty to allow
    logging to STDERR and transport to journald.
    kkzinger authored and yankcrime committed Apr 4, 2017
    Configuration menu
    Copy the full SHA
    d592a81 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2017

  1. Fix typo in logfile parameter (#59)

    * Fix typo in logfile parameter
    
    Align the name of this parameter with option as it should be in
    `telegraf.conf`.
    
    🐛 #58.
    
    * Include missing metadata-json-lint gem
    yankcrime authored Apr 25, 2017
    Configuration menu
    Copy the full SHA
    a4e3c93 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2017

  1. Configuration menu
    Copy the full SHA
    5767524 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2017

  1. Add single_section to input plugins (#41) (#60)

    * fix fatal linter error
    
    * Add single_section to input plugins (#41)
    
    Single-bracket directives are required for certain sorts of input plugin
    options, e.g. setting tags on that input plugin. This adds a
    single_section template and directive (via @kkzinger 's solution, ty!),
    as well as tests and updated docs with an example.
    mxjessie authored and yankcrime committed Jun 10, 2017
    Configuration menu
    Copy the full SHA
    da7c66f View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2017

  1. Configuration menu
    Copy the full SHA
    dc06552 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2017

  1. make package work with newer puppetlabs-apt, add support for metric b…

    …atch size, and update buffer limit default to current telegraf default (#63)
    
    * make it work with newer puppetlabs-apt
    
    * add support for metric batch size
    
    * telegraf uses 10000 as default for metric_buffer_limit so puppet should probably do that as well
    htj authored and yankcrime committed Jun 26, 2017
    Configuration menu
    Copy the full SHA
    34b7086 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2017

  1. fix Puppetlint format string (#73)

    mxjessie authored and yankcrime committed Jul 14, 2017
    Configuration menu
    Copy the full SHA
    743d19f View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2017

  1. Add telegraf::output class (#57)

    KarolisL authored and yankcrime committed Aug 4, 2017
    Configuration menu
    Copy the full SHA
    98167de View commit details
    Browse the repository at this point in the history
  2. Agent configuration - update and removal of certain options (#74)

    Update the comment around `metric_batch_size` and
    `metric_buffer_limit` to reflect revised behaviour.
    
    Also remove deprecated parameter `flush_buffer_when_full`.
    
    cf. https://github.com/influxdata/telegraf/blob/master/CHANGELOG.md#v013-2016-05-11
    yankcrime authored Aug 4, 2017
    Configuration menu
    Copy the full SHA
    e680951 View commit details
    Browse the repository at this point in the history
  3. Bump module release version to 1.5.0 (#75)

    Also include AUTHORS summarising contributors to this module.
    yankcrime authored Aug 4, 2017
    Configuration menu
    Copy the full SHA
    4aad81c View commit details
    Browse the repository at this point in the history
Loading