https://github.com/meteor/datadog-oom-journald
Datadog custom check to publish a count of Linux oom-killer actions, for machines with systemd-journald
https://github.com/meteor/datadog-oom-journald
Last synced: 4 months ago
JSON representation
Datadog custom check to publish a count of Linux oom-killer actions, for machines with systemd-journald
- Host: GitHub
- URL: https://github.com/meteor/datadog-oom-journald
- Owner: meteor
- License: mit
- Created: 2017-02-02T01:03:37.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-02T01:07:04.000Z (over 8 years ago)
- Last Synced: 2025-01-28T23:44:13.314Z (5 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# datadog-oom-journald
Datadog custom check to publish a count of Linux oom-killer actions, for machines with systemd-journaldTo 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`