-
Notifications
You must be signed in to change notification settings - Fork 260
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
@miketheman configurable process monitoring #190
Conversation
|
||
datadog_monitor 'process' do | ||
instances node['datadog']['process']['instances'] | ||
end |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rubocop might yell at you for lacking a newline here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, I'll fix
Nice stuff. I might add a link in the "docs" section to see more over here: https://github.com/DataDog/dd-agent/blob/master/conf.d/process.yaml.example |
Includes serverspec test and kitchen config Fixes #112 Closes #124, #181, #190 Signed-off-by: Mike Fiedler <[email protected]>
Thanks! I rebased and cleaned up a bit for brevity, and merged in f048bbb |
I've added process.rb recipe as well as the process.yaml.erb as discussed in the thread for pull request #124 and added test-kitchen test.