diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index aa04297fa2021..794c86d69785e 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -270,6 +270,11 @@ datadog_checks_base/datadog_checks/base/checks/windows/ @DataDog/wi /godaddy/manifest.json @DataDog/saas-integrations @DataDog/documentation /godaddy/metadata.csv @DataDog/saas-integrations @DataDog/documentation +/greenhouse/ @DataDog/saas-integrations +/greenhouse/*.md @DataDog/saas-integrations @DataDog/documentation +/greenhouse/manifest.json @DataDog/saas-integrations @DataDog/documentation +/greenhouse/assets/logs/ @DataDog/saas-integrations @DataDog/documentation @DataDog/logs-backend + /lastpass/ @DataDog/saas-integrations /lastpass/*.md @DataDog/saas-integrations @DataDog/documentation /lastpass/manifest.json @DataDog/saas-integrations @DataDog/documentation diff --git a/.github/workflows/config/labeler.yml b/.github/workflows/config/labeler.yml index 01e1275ed56c2..c6eb05fb561d0 100644 --- a/.github/workflows/config/labeler.yml +++ b/.github/workflows/config/labeler.yml @@ -211,6 +211,8 @@ integration/go_expvar: - go_expvar/**/* integration/godaddy: - godaddy/**/* +integration/greenhouse: +- greenhouse/**/* integration/gunicorn: - gunicorn/**/* integration/haproxy: diff --git a/greenhouse/CHANGELOG.md b/greenhouse/CHANGELOG.md new file mode 100644 index 0000000000000..ed8068abfcf00 --- /dev/null +++ b/greenhouse/CHANGELOG.md @@ -0,0 +1,7 @@ +# CHANGELOG - greenhouse + +## 1.0.0 / 2024-09-19 + +***Added***: + +* Initial Release diff --git a/greenhouse/README.md b/greenhouse/README.md new file mode 100644 index 0000000000000..2c379e74ceaa1 --- /dev/null +++ b/greenhouse/README.md @@ -0,0 +1,42 @@ +# Agent Check: greenhouse + +## Overview + +This check monitors [greenhouse][1]. + +## Setup + +### Installation + +The Greenhouse check is included in the [Datadog Agent][2] package. +No additional installation is needed on your server. + +### Configuration + +!!! Add list of steps to set up this integration !!! + +### Validation + +!!! Add steps to validate integration is functioning as expected !!! + +## Data Collected + +### Metrics + +Greenhouse does not include any metrics. + +### Service Checks + +Greenhouse does not include any service checks. + +### Events + +Greenhouse does not include any events. + +## Troubleshooting + +Need help? Contact [Datadog support][3]. + +[1]: **LINK_TO_INTEGRATION_SITE** +[2]: https://app.datadoghq.com/account/settings/agent/latest +[3]: https://docs.datadoghq.com/help/ diff --git a/greenhouse/assets/service_checks.json b/greenhouse/assets/service_checks.json new file mode 100644 index 0000000000000..fe51488c7066f --- /dev/null +++ b/greenhouse/assets/service_checks.json @@ -0,0 +1 @@ +[] diff --git a/greenhouse/manifest.json b/greenhouse/manifest.json new file mode 100644 index 0000000000000..f1e1dd5d6f862 --- /dev/null +++ b/greenhouse/manifest.json @@ -0,0 +1,41 @@ +{ + "manifest_version": "2.0.0", + "app_uuid": "7cf95e39-874e-4179-91da-bd142ff391ee", + "app_id": "greenhouse", + "display_on_public_website": false, + "tile": { + "overview": "README.md#Overview", + "configuration": "README.md#Setup", + "support": "README.md#Support", + "changelog": "CHANGELOG.md", + "description": "Gain insights into Greenhouse audit logs", + "title": "Greenhouse", + "media": [], + "classifier_tags": [ + "Category::Log Collection", + "Category::Security", + "Offering::Integration", + "Submitted Data Type::Logs" + ] + }, + "assets": { + "integration": { + "auto_install": false, + "source_type_id": 26725515, + "source_type_name": "Greenhouse", + "events": { + "creates_events": false + }, + "service_checks": { + "metadata_path": "assets/service_checks.json" + } + } + }, + "author": { + "support_email": "help@datadoghq.com", + "name": "Datadog", + "homepage": "https://www.datadoghq.com", + "sales_email": "info@datadoghq.com" + }, + "oauth": {} +}