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

[SAASINT-3694] DDS: Ivanti nZTA: Crawler Integration Without Assets #19519

Merged
Merged
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
2 changes: 2 additions & 0 deletions .github/workflows/config/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,8 @@ integration/incident_io:
- incident_io/**/*
integration/istio:
- istio/**/*
integration/ivanti_nzta:
- ivanti_nzta/**/*
integration/ivanti_connect_secure:
- ivanti_connect_secure/**/*
integration/jboss_wildfly:
Expand Down
7 changes: 7 additions & 0 deletions ivanti_nzta/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# CHANGELOG - ivanti-nzta

## 1.0.0 / 2025-01-30

***Added***:

* Initial Release
43 changes: 43 additions & 0 deletions ivanti_nzta/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# Agent Check: ivanti-nzta

## Overview

This check monitors [Ivanti Neurons for Zero Trust Access (nZTA)][1], which is is a SaaS-delivered zero trust network access solution designed to work with VPN or cloud-first organizations.

## Setup

### Installation

The ivanti-nzta 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

ivanti-nzta does not include any metrics.

### Service Checks

ivanti-nzta does not include any service checks.

### Events

ivanti-nzta 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 ivanti_nzta/assets/service_checks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[]
40 changes: 40 additions & 0 deletions ivanti_nzta/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"manifest_version": "2.0.0",
"app_uuid": "c161337b-578b-4c24-bc14-adf35e0ee0ed",
"app_id": "ivanti-nzta",
"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 Ivanti nZTA Logs",
"title": "ivanti-nzta",
"media": [],
"classifier_tags": [
"Category::Log Collection",
"Category::Security",
"Submitted Data Type::Logs",
"Offering::Integration"
]
},
"assets": {
"integration": {
"auto_install": false,
"source_type_id": 38201876,
"source_type_name": "Ivanti nZTA",
"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]"
}
}