-
-
Notifications
You must be signed in to change notification settings - Fork 272
Comparing changes
Open a pull request
base repository: voxpupuli/puppet-collectd
base: v11.3.0
head repository: voxpupuli/puppet-collectd
compare: v11.4.0
- 17 commits
- 18 files changed
- 4 contributors
Commits on Feb 10, 2020
-
Configuration menu - View commit details
-
Copy full SHA for d80f953 - Browse repository at this point
Copy the full SHA d80f953View commit details
Commits on Feb 11, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 0e6afa0 - Browse repository at this point
Copy the full SHA 0e6afa0View commit details
Commits on Feb 12, 2020
-
michal rebisz committed
Feb 12, 2020 Configuration menu - View commit details
-
Copy full SHA for 1719165 - Browse repository at this point
Copy the full SHA 1719165View commit details
Commits on Feb 13, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 2228727 - Browse repository at this point
Copy the full SHA 2228727View commit details
Commits on Feb 14, 2020
-
Added default config to log parser
michal rebisz committedFeb 14, 2020 Configuration menu - View commit details
-
Copy full SHA for 8cf801f - Browse repository at this point
Copy the full SHA 8cf801fView commit details
Commits on Feb 15, 2020
-
michal rebisz committed
Feb 15, 2020 Configuration menu - View commit details
-
Copy full SHA for a9e1d45 - Browse repository at this point
Copy the full SHA a9e1d45View commit details
Commits on Mar 5, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 3f479c1 - Browse repository at this point
Copy the full SHA 3f479c1View commit details
Commits on Mar 19, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 26e4cb2 - Browse repository at this point
Copy the full SHA 26e4cb2View commit details
Commits on Mar 20, 2020
-
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.Configuration menu - View commit details
-
Copy full SHA for d45621c - Browse repository at this point
Copy the full SHA d45621cView commit details -
Merge pull request #923 from traylenator/pytests
Ignore more installed versions of python during tests
Configuration menu - View commit details
-
Copy full SHA for 8c0e6a0 - Browse repository at this point
Copy the full SHA 8c0e6a0View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for bb889ed - Browse repository at this point
Copy the full SHA bb889edView commit details
Commits on Mar 21, 2020
-
Merge pull request #924 from traylenator/fix901_again
Skip Load:ReportRelative as problematic for collectd 5.9.0
Configuration menu - View commit details
-
Copy full SHA for 940a7ad - Browse repository at this point
Copy the full SHA 940a7adView commit details
Commits on Mar 25, 2020
-
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
Configuration menu - View commit details
-
Copy full SHA for f1d7ee5 - Browse repository at this point
Copy the full SHA f1d7ee5View commit details
Commits on Mar 28, 2020
-
Merge pull request #912 from MichalRebisz/log_parser
Add Plugin Log parser
Configuration menu - View commit details
-
Copy full SHA for 2acec30 - Browse repository at this point
Copy the full SHA 2acec30View commit details -
Merge pull request #927 from traylenator/processes
Create processes plugin configuration on RedHat
Configuration menu - View commit details
-
Copy full SHA for 7267a20 - Browse repository at this point
Copy the full SHA 7267a20View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9216358 - Browse repository at this point
Copy the full SHA 9216358View commit details
Commits on Mar 29, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 59b3c54 - Browse repository at this point
Copy the full SHA 59b3c54View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v11.3.0...v11.4.0