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: sensu/sensu-puppet
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.20.1
Choose a base ref
...
head repository: sensu/sensu-puppet
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.21.0
Choose a head ref
  • 3 commits
  • 7 files changed
  • 3 contributors

Commits on Jul 12, 2017

  1. (#637) Add check proxy_requests functionality

    Without this patch, the [Proxy Check
    Requests](https://sensuapp.org/docs/latest/reference/checks.html#proxy-requests-attributes)
    functionality must be defined as a custom attribute.  This patch adds
    `proxy_requests` as a first class attribute of the `sensu::check` defined type.
    
    The behavior can be exercised with `vagrant up sensu-server`, then applying the
    proxy request specific configuration with `vagrant ssh puppet-server sudo
    puppet apply -v /vagrant/tests/vagrant/tests/sensu-server-proxy-checks.pp`.
    
    Resolves #637
    jeffmccune committed Jul 12, 2017
    Configuration menu
    Copy the full SHA
    ffba6b1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #736 from jeffmccune/637_sensu_check_proxy_requests

    (#637) Add check proxy_requests functionality
    ghoneycutt authored Jul 12, 2017
    Configuration menu
    Copy the full SHA
    dff4265 View commit details
    Browse the repository at this point in the history
  3. Release v2.21.0

    ghoneycutt committed Jul 12, 2017
    Configuration menu
    Copy the full SHA
    422a6d2 View commit details
    Browse the repository at this point in the history
Loading