{"id":15108915,"url":"https://github.com/datadog/dd-agent","last_synced_at":"2025-05-14T02:06:42.386Z","repository":{"id":1270903,"uuid":"1210071","full_name":"DataDog/dd-agent","owner":"DataDog","description":"Datadog Agent Version 5","archived":false,"fork":false,"pushed_at":"2025-04-29T20:46:22.000Z","size":44792,"stargazers_count":1312,"open_issues_count":180,"forks_count":814,"subscribers_count":422,"default_branch":"master","last_synced_at":"2025-05-10T04:38:02.680Z","etag":null,"topics":["agent","agent-checks","datadog","datadog-agent","dd","devops","monitoring","python"],"latest_commit_sha":null,"homepage":"https://docs.datadoghq.com/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":"Unmaintained","scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DataDog.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2010-12-31T03:02:47.000Z","updated_at":"2025-04-30T03:32:37.000Z","dependencies_parsed_at":"2024-01-16T11:33:43.546Z","dependency_job_id":"9a899ce0-84fe-40d3-a135-43fa523b612a","html_url":"https://github.com/DataDog/dd-agent","commit_stats":{"total_commits":6581,"total_committers":412,"mean_commits":"15.973300970873787","dds":0.7824038899863243,"last_synced_commit":"0fec665036997d163f82511157efca4a163fd330"},"previous_names":[],"tags_count":353,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DataDog%2Fdd-agent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DataDog%2Fdd-agent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DataDog%2Fdd-agent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DataDog%2Fdd-agent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DataDog","download_url":"https://codeload.github.com/DataDog/dd-agent/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254052713,"owners_count":22006716,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agent","agent-checks","datadog","datadog-agent","dd","devops","monitoring","python"],"created_at":"2024-09-25T22:42:33.005Z","updated_at":"2025-05-14T02:06:42.366Z","avatar_url":"https://github.com/DataDog.png","language":"Python","readme":"[![Build Status](https://travis-ci.com/DataDog/dd-agent.svg?branch=master)](https://travis-ci.org/DataDog/dd-agent)\n\n# Important note\n\nThis repository contains the source code for the Datadog Agent up to and including\nmajor version 5.\nAlthough still supported, no major feature is planned for this release line and we\nencourage users and contributors to refer to the new Agent codebase, introduced\nwith the release of version 6.0.0 and tracked in\n[a different git repository](https://github.com/DataDog/datadog-agent).\n\n## Changes\n\nPlease refer to the [Change log](https://github.com/DataDog/dd-agent/blob/master/CHANGELOG.md)\nfor more details about the changes introduced at each release.\n\n## How to contribute code\n\nBefore submitting any code, please read our [contributing guidelines](CONTRIBUTING.md).\nWe'll keep accepting contributions as long as the major version 5 is supported\nbut please consider submitting new features to the new Agent codebase.\n\nPlease note that the Agent is licensed for simplicity's sake\nunder a simplified BSD license, as indicated in the `LICENSE` file.\nExceptions are marked with LICENSE-xxx where xxx is the component name.\nIf you do **not** agree with the licensing terms and wish to contribute code nonetheless,\nplease email us at \u003cinfo@datadoghq.com\u003e before submitting your\npull request.\n\n### Setup your environment\n\nRequired:\n\n* python 2.7\n* bundler (to get it: `gem install bundler`)\n\n```\n# Clone the repository\ngit clone git@github.com:DataDog/dd-agent.git\n\n# Create a virtual environment and install the dependencies:\ncd dd-agent\nbundle install\nrake setup_env\n\n# Activate the virtual environment\nsource venv/bin/activate\n\n# Lint\nbundle exec rake lint\n\n# Run a flavored test\nbundle exec rake ci:run[apache]\n```\n\n## Integrations\n\nAll checks have been moved to the [Integrations Core](https://github.com/DataDog/integrations-core) repo.\nPlease look there to submit related issues, PRs, or review the latest changes.\n\n## Tests\n\nMore about how to write tests and run them [here](tests/README.md)\n\n## How to configure the Agent\n\nIf you are using packages on linux, the main configuration file lives\nin `/etc/dd-agent/datadog.conf`. Per-check configuration files are in\n`/etc/dd-agent/conf.d`. We provide an example in the same directory\nthat you can use as a template.\n\n## How to write your own checks\n\nWriting your own checks is easy using our checks.d interface. Read more about\nhow to use it on our [Guide to Agent Checks](http://docs.datadoghq.com/guides/agent_checks/).\n\n## Contributors\n\n```bash\ngit log --all | grep 'Author' | sort -u\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatadog%2Fdd-agent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdatadog%2Fdd-agent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatadog%2Fdd-agent/lists"}