Skip to content
Draft
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 @@ -135,6 +135,8 @@ integration/cilium:
- cilium/**/*
integration/cisco_aci:
- cisco_aci/**/*
integration/cisco_asa:
- cisco_asa/**/*
integration/cisco_duo:
- cisco_duo/**/*
integration/cisco_sdwan:
Expand Down
4 changes: 4 additions & 0 deletions cisco_asa/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# CHANGELOG - Cisco ASA

<!-- towncrier release notes start -->

64 changes: 64 additions & 0 deletions cisco_asa/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
# Agent Integration: Cisco ASA

## Overview

This integration monitors [Cisco ASA][4].

## Setup

### Installation

The Cisco ASA 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

Cisco ASA does not include any metrics.

### Log Collection


1. Collecting logs is disabled by default in the Datadog Agent. Enable it in the `datadog.yaml` file with:

```yaml
logs_enabled: true
```

2. Add this configuration block to your `cisco_asa.d/conf.yaml` file to start collecting your Cisco ASA logs:

```yaml
logs:
- type: file
path: /var/log/Cisco ASA.log
source: cisco_asa
service: <SERVICE_NAME>
```

Change the `path` and `service` parameter values and configure them for your environment.

3. [Restart the Agent][3].

### Events

The Cisco ASA integration does not include any events.

## Troubleshooting

Need help? Contact [Datadog support][1].

[1]: https://docs.datadoghq.com/help/
[2]: https://app.datadoghq.com/account/settings/agent/latest
[3]: https://docs.datadoghq.com/agent/configuration/agent-commands/#start-stop-and-restart-the-agent
[4]: **LINK_TO_INTEGRATION_SITE**
[5]: https://github.com/DataDog/integrations-core/blob/master/cisco_asa/assets/service_checks.json

10 changes: 10 additions & 0 deletions cisco_asa/assets/configuration/spec.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Cisco ASA
files:
- name: cisco_asa.yaml
options:
- template: logs
example:
- type: <tcp/udp>
path: <PORT>
source: cisco-asa
service: cisco-asa
Loading