We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It should be possible to specify proxy_requests attributes directly on a sensu_check resource.
proxy_requests
sensu_check
proxy_requests attributes must be passed via sensu_check additional property.
additional
Add proxy_requests property to sensu_check resource, accepts Hash value.
As of sensu version 0.28.0, we've added proxy check requests for generating permutations of a single check definition.
The text was updated successfully, but these errors were encountered:
would it make sens to have a resource to create "clients" to be consumed by the proxy_requests ?
Sorry, something went wrong.
No branches or pull requests
Expected Behavior
It should be possible to specify
proxy_requests
attributes directly on asensu_check
resource.Current Behavior
proxy_requests
attributes must be passed viasensu_check
additional
property.Possible Solution
Add
proxy_requests
property tosensu_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.
The text was updated successfully, but these errors were encountered: