diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 0104e80d45ef8..851ea8ad94c24 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -421,6 +421,11 @@ plaid/assets/logs/ @DataDog/saa /streamnative/manifest.json @DataDog/saas-integrations @DataDog/documentation /streamnative/assets/logs/ @DataDog/saas-integrations @DataDog/documentation @DataDog/logs-backend +/zero_networks/ @DataDog/saas-integrations +/zero_networks/*.md @DataDog/saas-integrations @DataDog/documentation +/zero_networks/manifest.json @DataDog/saas-integrations @DataDog/documentation +/zero_networks/assets/logs/ @DataDog/saas-integrations @DataDog/documentation @DataDog/logs-backend @DataDog/logs-core + # To keep Security up-to-date with changes to the signing tool. /datadog_checks_dev/datadog_checks/dev/tooling/signing.py @DataDog/agent-integrations # As well as the secure downloader. diff --git a/.github/workflows/config/labeler.yml b/.github/workflows/config/labeler.yml index 420482ad42152..c793734a2809e 100644 --- a/.github/workflows/config/labeler.yml +++ b/.github/workflows/config/labeler.yml @@ -611,6 +611,8 @@ integration/yarn: - yarn/**/* integration/zeek: - zeek/**/* +integration/zero_networks: +- zero_networks/**/* integration/zk: - zk/**/* qa/skip-qa: diff --git a/zero_networks/CHANGELOG.md b/zero_networks/CHANGELOG.md new file mode 100644 index 0000000000000..f2fc40731bf2c --- /dev/null +++ b/zero_networks/CHANGELOG.md @@ -0,0 +1,7 @@ +# CHANGELOG - zero-networks + +## 1.0.0 / 2024-12-31 + +***Added***: + +* Initial Release diff --git a/zero_networks/README.md b/zero_networks/README.md new file mode 100644 index 0000000000000..eaa4df8924551 --- /dev/null +++ b/zero_networks/README.md @@ -0,0 +1,42 @@ +# Agent Check: zero-networks + +## Overview + +This check monitors [zero-networks][1]. + +## Setup + +### Installation + +The zero-networks 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 + +zero-networks does not include any metrics. + +### Service Checks + +zero-networks does not include any service checks. + +### Events + +zero-networks 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/zero_networks/assets/service_checks.json b/zero_networks/assets/service_checks.json new file mode 100644 index 0000000000000..fe51488c7066f --- /dev/null +++ b/zero_networks/assets/service_checks.json @@ -0,0 +1 @@ +[] diff --git a/zero_networks/manifest.json b/zero_networks/manifest.json new file mode 100644 index 0000000000000..f9291c72602aa --- /dev/null +++ b/zero_networks/manifest.json @@ -0,0 +1,41 @@ +{ + "manifest_version": "2.0.0", + "app_uuid": "5be301d0-072e-42c2-a579-0c8d24755a85", + "app_id": "zero-networks", + "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 Zero Networks logs.", + "title": "zero-networks", + "media": [], + "classifier_tags": [ + "Category::Log Collection", + "Category::Security", + "Submitted Data Type::Logs", + "Offering::Integration" + ] + }, + "assets": { + "integration": { + "auto_install": false, + "source_type_id": 35533755, + "source_type_name": "zero-networks", + "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": {} +}