Skip to content

Commit

Permalink
Closes #23
Browse files Browse the repository at this point in the history
  • Loading branch information
camrossi committed Oct 10, 2024
1 parent f2a1e77 commit 0717481
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
my_lab.yaml
experiments/
req.rest
2 changes: 1 addition & 1 deletion charts/aci-monitoring-stack/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.5
version: 0.1.6
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
Expand Down
2 changes: 1 addition & 1 deletion charts/aci-monitoring-stack/config.d/bgp.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class_queries:
node_bgp_peers:
class_name: bgpPeer
query_parameter: '?order-by=bgpPeer.dn&rsp-subtree=children&rsp-subtree-class=bgpPeerEntry'
query_parameter: '?order-by=bgpPeer.dn&rsp-subtree=children&rsp-subtree-class=bgpPeerEntry&rsp-subtree-include=required'
metrics:
- name: bgp_peers
# As metric I am saving the last time the peer conenction changed state
Expand Down

0 comments on commit 0717481

Please sign in to comment.