-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add assets for Cisco SD-WAN integration (#17502)
* 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 <[email protected]> * 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 <[email protected]>
- Loading branch information
Showing
11 changed files
with
2,072 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# CHANGELOG - Cisco SD-WAN | ||
|
||
<!-- towncrier release notes start --> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/ |
Oops, something went wrong.