Skip to content

Commit 081d5d5

Browse files
committed
add Cisco ACI faults
1 parent bdf852d commit 081d5d5

File tree

1 file changed

+32
-2
lines changed

1 file changed

+32
-2
lines changed

cisco_aci/README.md

Lines changed: 32 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,30 @@ Specific supported vendor profiles for this integration can be found on the [net
104104

105105
See [metadata.csv][7] for a list of metrics provided by this integration.
106106

107+
### Cisco ACI faults
108+
109+
<div class="alert alert-info">Billing impact callout</div>
110+
111+
Cisco ACI faults are collected by the Agent and stored in Datadog as logs. They can be viewed from the [Cisco ACI dashboard][15], or by filtering for `source:cisco-aci` in the [Log Explorer][16].
112+
113+
There are two types of Cisco ACI faults: `fault:Inst` and `fault:Delegate`. See [fault objects and records][12] for more information.
114+
115+
The Cisco ACI config `.yaml` file can be configured to collect one of the following fault types:
116+
117+
| Fault Type | Description |
118+
|---------------------|-----------------------------------------------------------------------------|
119+
| [send_faultinst_faults][13] | Set to `true` to enable collection of Cisco ACI `faultInst` faults as logs. |
120+
| [send_faultdelegate_faults][14] | Set to `true` to enable collection of Cisco ACI `faultDelegate` faults as logs. |
121+
122+
If you have enabled either `send_faultinst_faults` or `send_faultdelegate_faults`, add the following configuration to the logs section of your `.yaml` file:
123+
124+
```yaml
125+
logs:
126+
- type: integration
127+
source: cisco-aci
128+
service: cisco-aci
129+
```
130+
107131
### Events
108132
109133
The Cisco ACI check sends tenant faults as events.
@@ -139,7 +163,8 @@ Because this check queries all the tenants, apps, and endpoints listed before re
139163
Last Successful Execution Date : 2023-01-04 15:58:04 CST / 2023-01-04 21:58:04 UTC (1672869484000)
140164
```
141165

142-
Need help? Contact [Datadog support][9].
166+
### Need help
167+
Contact [Datadog support][9].
143168

144169
[1]: /account/settings/agent/latest
145170
[2]: https://docs.datadoghq.com/agent/guide/agent-configuration-files/#agent-configuration-directory
@@ -151,4 +176,9 @@ Need help? Contact [Datadog support][9].
151176
[8]: https://github.com/DataDog/integrations-core/blob/master/cisco_aci/assets/service_checks.json
152177
[9]: https://docs.datadoghq.com/help/
153178
[10]: https://docs.datadoghq.com/network_monitoring/devices/supported_devices/
154-
[11]: https://www.datadoghq.com/product/network-monitoring/network-device-monitoring/
179+
[11]: https://www.datadoghq.com/product/network-monitoring/#ndm
180+
[12]: https://www.cisco.com/c/en/us/td/docs/switches/datacenter/aci/apic/sw/all/faults/guide/b_APIC_Faults_Errors/b_IFC_Faults_Errors_chapter_01.html
181+
[13]: https://github.com/DataDog/integrations-core/blob/c5890c7b6946a5e7e9d4c6eda993821eb6b75055/cisco_aci/assets/configuration/spec.yaml#L109-L115
182+
[14]: https://github.com/DataDog/integrations-core/blob/c5890c7b6946a5e7e9d4c6eda993821eb6b75055/cisco_aci/assets/configuration/spec.yaml#L116-L122
183+
[15]: https://app.datadoghq.com/dash/integration/242/cisco-aci---overview
184+
[16]: https://app.datadoghq.com/logs

0 commit comments

Comments
 (0)