Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/config/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ integration/cassandra:
- cassandra/**/*
integration/cassandra_nodetool:
- cassandra_nodetool/**/*
integration/cato_networks:
- cato_networks/**/*
integration/celery:
- celery/**/*
integration/ceph:
Expand Down
7 changes: 7 additions & 0 deletions cato_networks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# CHANGELOG - cato_networks

## 1.0.0 / 2025-12-17

***Added***:

* Initial Release
38 changes: 38 additions & 0 deletions cato_networks/README.md
Original file line number Diff line number Diff line change
@@ -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/
38 changes: 38 additions & 0 deletions cato_networks/manifest.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]",
"name": "Datadog",
"homepage": "https://www.datadoghq.com",
"sales_email": "[email protected]"
}
}
Loading