-
Notifications
You must be signed in to change notification settings - Fork 175
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
"proxy_requests" attribute not supported when importing v1.2 check with sensuctl #1205
Comments
Filters are very much one of the more difficult to figure out how to migrate as go will not have a ruby |
Thanks @majormoses - I also get
|
Hi @bukiadeniji, As @majormoses stated, the ruby We are actively working on documentation around this new feature and we will try to provide as much examples as possible to help users convert their For reference, it's not possible yet to do something similar to |
"proxy_requests" attribute not supported in creating Proxy checks when importing a v1.2 legacy json check
Expected Behavior
ability to create and import a v1.2 json check with the following attributes
Current Behavior
The import fails with error "checks with 'proxy_requests' attribute are not supported at this time"
Possible Solution
Steps to Reproduce (for bugs)
Create check to with the "proxy_requests" attribute
Import with sensuctl
Context
Use case: I want an external central agent to do a ping check (or ssh check) to all 500+ (and growing) servers in my network.
Currently unable to create a proxy requests with attributes that match multiple entities. Alternative is to create 500+ checks for just one parameter - which is not feasible
Your Environment
sensu-backend version
sensu-backend version 2.0.0-nightly#150c23b, build 150c23b, built 2018-03-09T01:43:45+0000
The text was updated successfully, but these errors were encountered: