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

(#727) Add sensu::spawn_limit class parameter #744

Merged
merged 1 commit into from
Jul 13, 2017

Conversation

jeffmccune
Copy link
Collaborator

Without this patch the Sensu spawn limit setting cannot easily be configured by
this module. This patch addresses the problem by adding a sensu::spawn_limit
class parameter. If unset, the parameter defaults to the behavior of Sensu
which is to have a limit of 12 in version 0.29.0.

Resolves #727

# clients. See [#727](https://github.com/sensu/sensu-puppet/issues/727) for
# more information. The default is undefined, which does not manage
# `/etc/sensu/conf.d/spawn.json`
# Default: undef
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the commit reads a default of 12 though this is undef.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated the commit message to read:

If unset, the module behavior defers to the default behavior of Sensu which uses an effective spawn limit of 12 in version 0.29.0.

Without this patch the Sensu spawn limit setting cannot easily be configured by
this module.  This patch addresses the problem by adding a sensu::spawn_limit
class parameter.  If unset, the module behavior defers to the default behavior
of Sensu which uses an effective spawn limit of 12 in version 0.29.0.

Resolves sensu#727
@ghoneycutt ghoneycutt merged commit 92424e8 into sensu:master Jul 13, 2017
@ghoneycutt
Copy link
Collaborator

Released in v2.24.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants