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.3.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.4.0
Choose a head ref
  • 15 commits
  • 17 files changed
  • 12 contributors

Commits on Jul 12, 2016

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

Commits on Jul 20, 2016

  1. Fix Debian Installer (#33)

    The apt repository uses a non-existant fact to create the list, update
    to a fact that does exist.
    spjmurray authored and yankcrime committed Jul 20, 2016
    Configuration menu
    Copy the full SHA
    d60afe4 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2016

  1. Exec documentation fix (#34)

    This patch fixes the Exec example adding the missing comma to provide valid syntax for the example.
    mnaser authored and yankcrime committed Aug 8, 2016
    Configuration menu
    Copy the full SHA
    e5bd353 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2016

  1. add support for omit_hostname agent parameter (#36)

    Adds support for omit_hostname agent parameter
    shamil authored and yankcrime committed Sep 12, 2016
    Configuration menu
    Copy the full SHA
    a05346a View commit details
    Browse the repository at this point in the history
  2. (Better) Handle testing with Puppet 4 and Ubuntu 16.04 (#37)

    Add in an additional node definition for Ubuntu 16.04, and handle the
    ability to test with Puppet 4.  To make this work, set the following
    environment variables on your host:
    
    ```
    PUPPET_INSTALL_TYPE=agent
    PUPPET_INSTALL_VERSION=1.6.1
    ```
    yankcrime authored Sep 12, 2016
    Configuration menu
    Copy the full SHA
    1c8f30f View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2017

  1. Fix failing specs (#44)

    * Fix fact-related telegraf::input specs
    
    These failures appear to have been caused by additional fact requirements
    added since the specs were first written. Additionally, the my_snmp
    check was failing due to a change that causes integers to be written to
    the config as bare numerals, not as strings.
    
    * Bump Travis ruby version
    
    Required for newer versions of beaker.
    cosmopetrich authored and yankcrime committed Jan 16, 2017
    Configuration menu
    Copy the full SHA
    d11bfa2 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2017

  1. Add support for purging unmanaged config fragments (#43)

    * Add support for purging unmanaged config files
    
    This currently defaults to disabled to ease migration from previous
    versions.
    
    * Use Puppet3-compatible resource syntax
    
    This doesn't rely on File {} defaults to avoid potential scope
    weirdness, however unlikely.
    cosmopetrich authored and yankcrime committed Jan 18, 2017
    Configuration menu
    Copy the full SHA
    f617cd5 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2017

  1. Normalize Repository file for RHEL and CentOS (#45)

    * Normalize Repository file for RHEL and CentOS
    
    According to the following we could make use of `yum variables`:
    https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Deployment_Guide/sec-Using_Yum_Variables.html
    
    Furthermore it might be preferable to set the `descr`  field to the value on the official docs instructions:
    https://www.influxdata.com/package-repository-for-linux/#centos-users
    
    * Update install.pp
    
    * Update telegraf_spec.rb
    
    * Update telegraf_spec.rb
    
    copy pasterino typo :)
    
    * Update install.pp
    
    * Test CentOS and RHEL
    
    * Update .travis.yml
    doomnuggets authored and yankcrime committed Jan 27, 2017
    Configuration menu
    Copy the full SHA
    f7fd88c View commit details
    Browse the repository at this point in the history
  2. Add windows support (#40)

    ripclawffb authored and yankcrime committed Jan 27, 2017
    Configuration menu
    Copy the full SHA
    2ad1857 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2017

  1. add repo name for el systems (#48)

    to prevent the error message:
    ```
    Repository telegraf is missing name in configuration, using id
    ```
    nexecook authored and yankcrime committed Feb 22, 2017
    Configuration menu
    Copy the full SHA
    3dea26f View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2017

  1. Provide the ability to disable or stop the telegraf service. (#49)

    There may be a time when a sys admin needs to stop the telegraf service
    on one or more machines. Let's add the ability to _control_ the
    service, rather than statically enabling and starting the service.
    Joshua-Snapp authored and yankcrime committed Feb 28, 2017
    Configuration menu
    Copy the full SHA
    d83237c View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2017

  1. Update repo url in install.pp for rhel machines. (#50)

    I'm not sure when the url changed, but the wrong url was causing yum to
    error as it tried to update the influxdata repo.
    Joshua-Snapp authored and yankcrime committed Mar 7, 2017
    Configuration menu
    Copy the full SHA
    a3bb343 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2017

  1. Adding explicit support for OEL. (#53)

    jglenn9k authored and yankcrime committed Mar 22, 2017
    Configuration menu
    Copy the full SHA
    4ae496f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    654c863 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2deebb5 View commit details
    Browse the repository at this point in the history
Loading