<!-- A note: All Agent Checks are now frozen in preparation for the release of the [Integration SDK](https://github.com/DataDog/dd-agent/wiki/Integration-SDK). All issues related to checks from here on out should go to the [integrations-core repo](https://github.com/datadog/integrations-core). This issue queue is primarily intended for tracking features, bugs and work items associated with the dd-agent open-source project. Prior to submitting an issue please review the following: - [ ] [Troubleshooting](https://datadog.zendesk.com/hc/en-us/sections/200766955-Troubleshooting) section of our [Knowledge base](https://datadog.zendesk.com/hc/en-us). - [ ] Contact our [support](http://docs.datadoghq.com/help/) and [send them your logs](https://github.com/DataDog/dd-agent/wiki/Send-logs-to-support). - [ ] Finally, you can open a Github issue respecting this [title convention](https://github.com/DataDog/dd-agent/blob/master/CONTRIBUTING.md#commits-titles) (it helps us triage). - [ ] All checks have been moved out of the repo. If it's an issue with a check other than those, please open the issue in the [integrations-core repo](https://github.com/datadog/integrations-core) or the [integrations-extras repo](https://github.com/datadog/integrations-extras). If you are reporting a new issue, make sure that we do not have any duplicates already open. You can ensure this by searching the issue list for this repository. If there is a duplicate, please close your issue and add a comment to the existing issue instead. If you suspect your issue is a bug, please edit your issue description to include the BUG REPORT INFORMATION shown below. --------------------------------------------------- BUG REPORT INFORMATION --------------------------------------------------- Use the commands below to provide key information from your environment: You do NOT have to include this information if this is a FEATURE REQUEST --> **Describe the behavior you saw:** Only one path can be supplied to CHECKSD_OVERRIDE env variable. **Describe the behavior you wished:** Capability to supply multiple paths to CHECKSD_OVERRIDE env variable. Probably, using the ":" separator. **Link to the code:** https://github.com/DataDog/dd-agent/blob/aa0dc2908e4c67936bdea07b51db5be2ca4c3729/config.py#L221 Thanks!