-
Notifications
You must be signed in to change notification settings - Fork 290
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
sensu::check resources should support cron scheduling #737
Comments
jeffmccune
added a commit
to jeffmccune/sensu-puppet
that referenced
this issue
Jul 13, 2017
Without this patch the sensu::check type does not manage the [cron](https://sensuapp.org/docs/latest/reference/checks#check-attributes) attribute. This patch adds the `cron` parameter. If specified, the interval parameter will be set to `'absent'` which will remove the interval attribute from the JSON check configuration if present. Resolves sensu#737
jeffmccune
added a commit
to jeffmccune/sensu-puppet
that referenced
this issue
Jul 13, 2017
Without this patch the sensu::check type does not manage the [cron](https://sensuapp.org/docs/latest/reference/checks#check-attributes) attribute. This patch adds the `cron` parameter. If specified, the interval parameter will be set to `'absent'` which will remove the interval attribute from the JSON check configuration if present. Resolves sensu#737
ghoneycutt
added a commit
that referenced
this issue
Jul 13, 2017
(#737) Add cron attribute to sensu::check type
|
Implemented in v2.23.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description of problem
In Sensu 0.28 the
cronattribute was added to the check definition specification as an alternative tointervalscheduling.When present, the value of this attribute supersedes the
intervalattribute.When
cronis configured with a value,intervalshould not be required nor present in the configuration written to disk.The text was updated successfully, but these errors were encountered: