Skip to content

meteor/datadog-oom-journald

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

datadog-oom-journald

Datadog custom check to publish a count of Linux oom-killer actions, for machines with systemd-journald

To use, add oom.py to your checks.d directory (probably /etc/dd-agent/checks.d) and add oom.yaml (which needs no further configuration) to your conf.d directory (probably /etc/dd-agent/conf.d).

You need to make sure that the user that runs the datadog agent can read the system journal. Adding them to the systemd-journal group should do the trick: usermod -aG systemd-journal dd-agent

About

Datadog custom check to publish a count of Linux oom-killer actions, for machines with systemd-journald

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages