Skip to content

Commit

Permalink
handle inband epg for subnets
Browse files Browse the repository at this point in the history
  • Loading branch information
camrossi committed Nov 6, 2024
1 parent cdbc165 commit 85ce5ca
Show file tree
Hide file tree
Showing 3 changed files with 128 additions and 117 deletions.
11 changes: 11 additions & 0 deletions charts/aci-monitoring-stack/config.d/aci-configs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,17 @@ class_queries:
regex: "^uni/tn-(?P<epg_tenant>.*)/ap-(?P<app>.*)/epg-(?P<epg>.*)/rsbd"
- property_name: fvRsBd.attributes.tDn
regex: "^uni/tn-(?P<bd_tenant>.*)/BD-(?P<bd_name>.*)"
inb_epg_to_bd:
class_name: mgmtRsMgmtBD
query_parameter: '?order-by=mgmtRsMgmtBD.dn'
metrics:
- name: inb_epg_to_bd
value_name: mgmtRsMgmtBD.attributes.uid
labels:
- property_name: mgmtRsMgmtBD.attributes.dn
regex: "^uni/tn-(?P<epg_tenant>.*)/mgmtp-(?P<app>.*)/inb-(?P<epg>.*)/rsmgmtBD"
- property_name: mgmtRsMgmtBD.attributes.tDn
regex: "^uni/tn-(?P<bd_tenant>.*)/BD-(?P<bd_name>.*)"

bd_to_vrf:
class_name: fvRtCtx
Expand Down
Loading

0 comments on commit 85ce5ca

Please sign in to comment.