Skip to content

Commit 22fcc07

Browse files
committed
modify sections that this requires send_ndm_metadata to be enabled
1 parent 02343fe commit 22fcc07

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

cisco_aci/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,17 +62,17 @@ To configure this check for an Agent running on a host:
6262
#
6363
# send_ndm_metadata: false
6464

65-
#Enable collection of Cisco ACI fault logs
65+
#Enable collection of Cisco ACI fault logs (Requires send_ndm_metadata to be enabled).
6666

6767
## @param send_faultinst_faults - boolean - optional - default: false
6868
## Set to `true` to enable collection of Cisco ACI faultInst faults as logs.
6969

70-
send_faultinst_faults: false
70+
#send_faultinst_faults: false
7171

7272
## @param send_faultdelegate_faults - boolean - optional - default: false
7373
## Set to `true` to enable collection of Cisco ACI faultDelegate faults as logs.
7474

75-
send_faultdelegate_faults: false
75+
#send_fault_delegate_faults: false
7676

7777
```
7878

@@ -127,6 +127,8 @@ See [metadata.csv][7] for a list of metrics provided by this integration.
127127

128128
### Cisco ACI faults
129129

130+
**Note**: Requires `send_ndm_metadata` to be enabled.
131+
130132
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].
131133

132134
There are two types of Cisco ACI faults: `fault:Inst` and `fault:Delegate`. See [fault objects and records][12] for more information.

0 commit comments

Comments
 (0)