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-collectd
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v11.3.0
Choose a base ref
...
head repository: voxpupuli/puppet-collectd
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v11.4.0
Choose a head ref
  • 17 commits
  • 18 files changed
  • 4 contributors

Commits on Feb 10, 2020

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

Commits on Feb 11, 2020

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

Commits on Feb 12, 2020

  1. Added tests for log parser

    michal rebisz committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    1719165 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2020

  1. added default config

    MichalRebisz committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    2228727 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2020

  1. Added default config to log parser

    michal rebisz committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    8cf801f View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2020

  1. fixed lint issues

    michal rebisz committed Feb 15, 2020
    Configuration menu
    Copy the full SHA
    a9e1d45 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2020

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

Commits on Mar 19, 2020

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

Commits on Mar 20, 2020

  1. Ignore more installed versions of python during tests

    The unit tests for python_dir fact were giving a false failure
    
    ```
    1) python_dir is empty string if python not installed
       Failure/Error: expect(Facter.fact(:python_dir).value).to eq('')
         expected: ""
              got: "/usr/lib/python2.7/site-packages"
         (compared using ==)
    ```
    
    If they were executed on a system where `/usr/libexec/platform-python`
    was present - not the case (presumably) for Travis CI.
    traylenator committed Mar 20, 2020
    Configuration menu
    Copy the full SHA
    d45621c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #923 from traylenator/pytests

    Ignore more installed versions of python during tests
    bastelfreak authored Mar 20, 2020
    Configuration menu
    Copy the full SHA
    8c0e6a0 View commit details
    Browse the repository at this point in the history
  3. Skip Load:ReportRelative is problematic for collectd9

    Refixes #901
    
    The bug was that a ReportRelative configuration to the load
    plugin for collectd 5.9.0 was causing a parse error.
    It has been fixed for 5.9.1
    
    collectd module now skips this configuration for collectd for collectd == 5.9.0
    Previously it was '!=' 5.9.
    
    * Upsteam bug for collectd: #901
    * Previous incorrect commit: 8edc014
    traylenator committed Mar 20, 2020
    Configuration menu
    Copy the full SHA
    bb889ed View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2020

  1. Merge pull request #924 from traylenator/fix901_again

    Skip Load:ReportRelative as problematic for collectd 5.9.0
    bastelfreak authored Mar 21, 2020
    Configuration menu
    Copy the full SHA
    940a7ad View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2020

  1. Create processess plugin type configuration on RedHat

    There was a name clash between:
    * Puppet created configuration file.
    * Package provided configuration file which was being purged.
    
    Since a864d0d the collectd module on RedHat
    purges the package provided file file `/etc/collectd.d/processes-config.conf`
    
    The module was also creating this file with a concat and result was no
    file on system.
    
    To avoid the clash puppet now creates the file `processes_config.conf`. Note
    the `-` vs `_`.
    
    There is probably a cleaner fix to move all of the processes plugin configuration
    into the per module file `/etc/collect.d/10-processses.conf` as that would
    be more consistant with other simpler modules using a single template
    rather than a concat. This would be a change for every module
    however with `collectd::plugin` itself changing.
    
    Fixes #926
    traylenator committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    f1d7ee5 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2020

  1. Merge pull request #912 from MichalRebisz/log_parser

    Add Plugin Log parser
    bastelfreak authored Mar 28, 2020
    Configuration menu
    Copy the full SHA
    2acec30 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #927 from traylenator/processes

    Create processes plugin configuration on RedHat
    bastelfreak authored Mar 28, 2020
    Configuration menu
    Copy the full SHA
    7267a20 View commit details
    Browse the repository at this point in the history
  3. Release 11.4.0

    bastelfreak committed Mar 28, 2020
    Configuration menu
    Copy the full SHA
    9216358 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2020

  1. Merge pull request #928 from bastelfreak/rel1140

    Release 11.4.0
    bastelfreak authored Mar 29, 2020
    Configuration menu
    Copy the full SHA
    59b3c54 View commit details
    Browse the repository at this point in the history
Loading