Skip to content

Commit

Permalink
Add assets for Cisco SD-WAN integration (#17502)
Browse files Browse the repository at this point in the history
* Add assets for Cisco SD-WAN integration

* Sync labeler conf

* Fix manifest

* Fix manifest (again)

* Fix assets (again)

* Add NDM as codeowners for Cisco SDWAN

* Fix link

* Improve monitor description

* Network jitter is measured in ms

* Shorter monitor descr

* Caps

* Add beta notice

* Add beta notice

* Fix typo

* Update beta warning

* Fix source name

* Update monitors

* Change reboot monitor threshold

* Update dashboard

* Update cisco_sdwan/assets/monitors/device_reboot.json

Co-authored-by: Esther Kim <esther.kim@datadoghq.com>

* Update status metrics description

* Fix bps description

* quotes

* typo

* typo

* Group by device namespace in query value widgets

* fix unreachable widget color

* Remove oauth field from manifest

---------

Co-authored-by: Esther Kim <esther.kim@datadoghq.com>
  • Loading branch information
TCheruy and estherk15 committed May 15, 2024
1 parent a026087 commit 9aafcf2
Show file tree
Hide file tree
Showing 11 changed files with 2,072 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ manifest.json @DataDog/documentation @DataDog/agent-integrations
/tcp_queue_length/assets/logs/ @DataDog/container-integrations @DataDog/agent-integrations @DataDog/documentation @DataDog/logs-backend

# NDM
/cisco_sdwan/ @DataDog/network-device-monitoring @DataDog/agent-integrations
/snmp/ @DataDog/network-device-monitoring @DataDog/agent-integrations
/snmp/*.md @DataDog/network-device-monitoring @DataDog/agent-integrations @DataDog/documentation
/snmp_*/ @DataDog/network-device-monitoring @DataDog/agent-integrations
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 @@ -97,6 +97,8 @@ integration/cisco_aci:
- cisco_aci/**/*
integration/cisco_duo:
- cisco_duo/**/*
integration/cisco_sdwan:
- cisco_sdwan/**/*
integration/cisco_secure_firewall:
- cisco_secure_firewall/**/*
integration/cisco_umbrella_dns:
Expand Down
4 changes: 4 additions & 0 deletions cisco_sdwan/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# CHANGELOG - Cisco SD-WAN

<!-- towncrier release notes start -->

43 changes: 43 additions & 0 deletions cisco_sdwan/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# Agent Check: Cisco SD-WAN

## Overview

The Cisco SD-WAN integration lets you monitor your Cisco SD-WAN environment within [Network Device Monitoring][1]. Gain comprehensive insights into the performance and health of your SD-WAN infrastructure, including sites, tunnels, and devices.

## Setup

The Cisco SD-WAN NDM integration is currently in **Beta** and will not be billed until it is Generally Available.

Follow the instructions below to install and configure this check for an Agent running on a host. For containerized environments, see the [Autodiscovery Integration Templates][3] for guidance on applying these instructions.

### Installation

The Cisco SD-WAN check is included in the [Datadog Agent][2] package.
No additional installation is needed on your server.

### Configuration

The Cisco SD-WAN integrations needs valid credentials to access the Catalyst Manager instance.
Credentials should have the "Device monitoring" permission group.

1. Edit the `cisco_sdwan.d/conf.yaml` file, in the `conf.d/` folder at the root of your Agent's configuration directory to start collecting your Cisco SD-WAN performance data. See the [sample cisco_sd_wan.d/conf.yaml][4] for all available configuration options.

2. [Restart the Agent][5].

## Data Collected

### Metrics

See [metadata.csv][6] for a list of metrics provided by this integration.

## Troubleshooting

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

[1]: https://app.datadoghq.com/devices
[2]: https://app.datadoghq.com/account/settings/agent/latest
[3]: https://docs.datadoghq.com/agent/kubernetes/integrations/
[4]: https://github.com/DataDog/datadog-agent/blob/main/cmd/agent/dist/conf.d/cisco_sdwan.d/conf.yaml.example
[5]: https://docs.datadoghq.com/agent/guide/agent-commands/#start-stop-and-restart-the-agent
[6]: https://github.com/DataDog/integrations-core/blob/master/cisco_sd_wan/metadata.csv
[7]: https://docs.datadoghq.com/help/
Loading

0 comments on commit 9aafcf2

Please sign in to comment.