Skip to content

Add OOM kill check#653

Merged
albertvaka merged 1 commit intoDataDog:masterfrom
ahmed-mez:add-oom-kill-check
Sep 28, 2020
Merged

Add OOM kill check#653
albertvaka merged 1 commit intoDataDog:masterfrom
ahmed-mez:add-oom-kill-check

Conversation

@ahmed-mez
Copy link
Copy Markdown
Contributor

@ahmed-mez ahmed-mez commented Sep 25, 2020

What does this PR do?

Motivation

FR

Additional Notes

Describe your test plan

node default {
  class { 'datadog_agent':
    api_key => 'somenonnullapikeythats32charlong',
    process_enabled => true,
    integrations => {
        "oom_kill" => {
            instances => [{
		'collect_oom_kill'  => true,
                'tags' => ['foo:bar'],
            }],
        },
    },
  }
  class {'datadog_agent::system_probe':
    enabled => true,
    enable_oom_kill => true,
  }
}

Comment thread manifests/integrations/oom_kill.pp Outdated
Comment thread manifests/integrations/oom_kill.pp
@ahmed-mez ahmed-mez marked this pull request as ready for review September 25, 2020 15:47
@ahmed-mez ahmed-mez requested a review from a team as a code owner September 25, 2020 15:47
@albertvaka albertvaka merged commit 7647202 into DataDog:master Sep 28, 2020
cegeka-jenkins pushed a commit to cegeka/puppet-datadog_agent that referenced this pull request Feb 5, 2026
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