mirror of https://github.com/ansible/ansible.git
Backport 2.9: nxos_telemetry - Fix fact gathering for sensor-groups (#66677)
* Fix fact gathering for sensor-groups (#66439)
(cherry picked from commit 5c158755fc
)
Add changelog for nxos_telemetry fix
* Update 66439_fix_nxos_telemetry_facts.yaml
Co-authored-by: Mike Wiebe <mwiebe@cisco.com>
Co-authored-by: Matt Davis <nitzmahone@users.noreply.github.com>
pull/67297/head
parent
0952dad9e2
commit
474e6b1094
@ -0,0 +1,3 @@
|
||||
---
|
||||
bugfixes:
|
||||
- nxos_telemetry - Fix fact gathering for sensor-groups (https://github.com/ansible/ansible/pull/66439)
|
@ -0,0 +1,19 @@
|
||||
feature telemetry
|
||||
|
||||
telemetry
|
||||
sensor-group 1
|
||||
path sys/ch depth 4
|
||||
path sys/procsys depth 1
|
||||
sensor-group 2
|
||||
data-source NX-API
|
||||
path "show bgp l2vpn evpn summary"
|
||||
path "show isis adjacency"
|
||||
path "show mac address-table count" depth 2
|
||||
path "show bgp sessions"
|
||||
sensor-group 3
|
||||
data-source NX-API
|
||||
path "show interface ethernet1/1-52"
|
||||
sensor-group 4
|
||||
path sys/bd depth 2
|
||||
path sys/eps/epId-1/nws depth 2
|
||||
path sys/eps/epId-1/peers depth 2
|
Loading…
Reference in New Issue