Skip to content
New issue

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

[sensuctl] splay_coverage should not be mandatory #1470

Closed
amdprophet opened this issue May 7, 2018 · 0 comments
Closed

[sensuctl] splay_coverage should not be mandatory #1470

amdprophet opened this issue May 7, 2018 · 0 comments
Assignees
Labels

Comments

@amdprophet
Copy link
Member

The splay_coverage attribute in proxy check requests should have a default of 90 as described by the documentation. It is currently a mandatory field so the default is never used.

➜  sensu-go (master) ✗ cat proxy_requests.json
{
    "entity_attributes": ["entity.Class == 'agent'"],
    "splay": true
}
➜  sensu-go (master) ✗ bin/sensuctl check set-proxy-requests ping -f proxy_requests.json
Error: proxy request splay coverage must be greater than 0 if splay is enabled
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants