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.2.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.3.0
Choose a head ref
  • 13 commits
  • 30 files changed
  • 4 contributors

Commits on Feb 25, 2020

  1. Add dpdk_telemetry plugin

    prabiegx committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    51ea4a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35b7811 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2020

  1. Merge pull request #913 from prabiegx/collectd_dpdk_telemetry

    Add dpdk_telemetry plugin
    bastelfreak authored Mar 4, 2020
    Configuration menu
    Copy the full SHA
    6d74352 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2020

  1. Require puppet-epel over stahnma-epel

    stahnma-epel has now migrated to VoxPupuli
    name space.
    
    Also in particular the `puppet-epel` version is requirment to
    work with CentOS 8.
    traylenator committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    63f9ea2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #918 from traylenator/newepel

    Require puppet-epel over stahnma-epel
    alexjfisher authored Mar 9, 2020
    Configuration menu
    Copy the full SHA
    c25073e View commit details
    Browse the repository at this point in the history
  3. Add CentOS 8 support

    The main differences for CentOS 8 are:
    * There is now a new collectd-utils package containing collectdctl
    * collectd-python is now a seperate sub package
    * python is python3.
    * pip command is now pip3
    * The rabbitmq plugin no longer works due to lack of python3 support
    
    The python_dir fact will fall back to `/usr/libexec/platform-python`
    if `python3` does not exist on the path. This is the python
    that collectd is built against and significantly requires.
    
    Note that setting `collectd::ci_package_repo` true will currently
    result in yum being configured with a non existant repo since
    https://pkg.ci.collectd.org/rpm/ does not exist
    for 8.
    
    collectd/collectd-ci#35
    traylenator committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    6724520 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2020

  1. Merge pull request #917 from traylenator/eight

    Add CentOS 8 support
    traylenator authored Mar 10, 2020
    Configuration menu
    Copy the full SHA
    eb8cfee View commit details
    Browse the repository at this point in the history
  2. New utils parameter to install collectdctl

    On some operating systems `collectdctl`, `collectd-nagios`
    is contained in a seperate sub package, typically `collectd-utils`
    
    Setting `utils` to `true` will install this sub package if it exists
    for an operating system.
    traylenator committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    d4d70dd View commit details
    Browse the repository at this point in the history
  3. Merge pull request #919 from traylenator/utils

    New utils parameter to install collectdctl
    bastelfreak authored Mar 10, 2020
    Configuration menu
    Copy the full SHA
    d4b8f5f View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2020

  1. write_http expected to be own package on CentOS 8

    As of CentOS 8 the write_http is in its own subpackage
    so must be installed on CentOS 8.
    traylenator committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    3405355 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2020

  1. Merge pull request #920 from traylenator/disks

    write_http/disk is own sub package on CentOS 8
    bastelfreak authored Mar 14, 2020
    Configuration menu
    Copy the full SHA
    07a5277 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2020

  1. Release 11.3.0

    * Addition of CentOS 8 support.
    * New utils parameter
    traylenator committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    9a159ba View commit details
    Browse the repository at this point in the history
  2. Merge pull request #922 from traylenator/rel/12.0.0

    Release 11.3.0
    bastelfreak authored Mar 19, 2020
    Configuration menu
    Copy the full SHA
    5ef854b View commit details
    Browse the repository at this point in the history
Loading