sensu / sensu-chef

Sensu Chef cookbook.
https://supermarket.chef.io/cookbooks/sensu
Apache License 2.0
221 stars 280 forks source link

Add support for proxy_requests property on sensu_check resources #559

Open cwjohnston opened 7 years ago

cwjohnston commented 7 years ago

Expected Behavior

It should be possible to specify proxy_requests attributes directly on a sensu_check resource.

Current Behavior

proxy_requests attributes must be passed via sensu_check additional property.

Possible Solution

Add proxy_requests property to sensu_check resource, accepts Hash value.

Context

As of sensu version 0.28.0, we've added proxy check requests for generating permutations of a single check definition.

xblitz commented 7 years ago

would it make sens to have a resource to create "clients" to be consumed by the proxy_requests ?