Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DDS: Zero Networks: Crawler Integration without Assets #19327

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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 @@ -611,6 +611,8 @@ integration/yarn:
- yarn/**/*
integration/zeek:
- zeek/**/*
integration/zero_networks:
- zero_networks/**/*
integration/zk:
- zk/**/*
qa/skip-qa:
Expand Down
7 changes: 7 additions & 0 deletions zero_networks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# CHANGELOG - zero-networks

## 1.0.0 / 2024-12-31

***Added***:

* Initial Release
42 changes: 42 additions & 0 deletions zero_networks/README.md
Original file line number Diff line number Diff line change
@@ -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/
1 change: 1 addition & 0 deletions zero_networks/assets/service_checks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[]
41 changes: 41 additions & 0 deletions zero_networks/manifest.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]",
"name": "Datadog",
"homepage": "https://www.datadoghq.com",
"sales_email": "[email protected]"
},
"oauth": {}
}
Loading