diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index c131640140ad6..52800dbdb97ec 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -732,6 +732,11 @@ plaid/assets/logs/ @DataDog/saa /guarddog/manifest.json @DataDog/agent-integrations @DataDog/documentation /guarddog/assets/logs/ @DataDog/agent-integrations @DataDog/documentation @DataDog/logs-integrations-reviewers +/cato_networks/ @DataDog/saas-integrations +/cato_networks/*.md @DataDog/saas-integrations @DataDog/documentation +/cato_networks/manifest.json @DataDog/saas-integrations @DataDog/documentation +/cato_networks/assets/logs/ @DataDog/saas-integrations @DataDog/documentation @DataDog/logs-integrations-reviewers + # 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 43f5df95124b9..51d494b6e703a 100644 --- a/.github/workflows/config/labeler.yml +++ b/.github/workflows/config/labeler.yml @@ -121,6 +121,8 @@ integration/cassandra: - cassandra/**/* integration/cassandra_nodetool: - cassandra_nodetool/**/* +integration/cato_networks: +- cato_networks/**/* integration/celery: - celery/**/* integration/ceph: diff --git a/cato_networks/CHANGELOG.md b/cato_networks/CHANGELOG.md new file mode 100644 index 0000000000000..7434cbf309d37 --- /dev/null +++ b/cato_networks/CHANGELOG.md @@ -0,0 +1,7 @@ +# CHANGELOG - cato_networks + +## 1.0.0 / 2025-12-17 + +***Added***: + +* Initial Release diff --git a/cato_networks/README.md b/cato_networks/README.md new file mode 100644 index 0000000000000..0798d18ce1acb --- /dev/null +++ b/cato_networks/README.md @@ -0,0 +1,38 @@ +# Agent Check: cato-networks + +## Overview + +This check monitors [cato-networks][1]. + +## Setup + +### Installation + +The cato-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 + +cato-networks does not include any metrics. + +### Events + +cato-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/cato_networks/manifest.json b/cato_networks/manifest.json new file mode 100644 index 0000000000000..63384b1ac9a1c --- /dev/null +++ b/cato_networks/manifest.json @@ -0,0 +1,38 @@ +{ + "manifest_version": "2.0.0", + "app_uuid": "4139f2e2-ba87-4e17-bcda-73bdade3ed8f", + "app_id": "cato-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 Cato Networks audit logs and events.", + "title": "Cato Networks", + "media": [], + "classifier_tags": [ + "Category::Log Collection", + "Category::Security", + "Category::Cloud", + "Offering::Integration", + "Submitted Data Type::Logs" + ] + }, + "assets": { + "integration": { + "auto_install": false, + "source_type_id": 65775656, + "source_type_name": "Cato Networks", + "events": { + "creates_events": false + } + } + }, + "author": { + "support_email": "help@datadoghq.com", + "name": "Datadog", + "homepage": "https://www.datadoghq.com", + "sales_email": "info@datadoghq.com" + } +} \ No newline at end of file