Skip to content

Commit

Permalink
fix: call gateway peering function
Browse files Browse the repository at this point in the history
  • Loading branch information
rickymoorhouse committed Sep 12, 2023
1 parent 10c97ae commit 0075d16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datapower_net.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ def gather_metrics(self):
self.fetch_data('LogTargetStatus', 'logtarget')
self.object_counts()
self.fetch_document_cache_summary()
self.gateway_peering_status()
if self.v5c:
self.fetch_data('WSMAgentStatus', 'wsm')
# Needs statistics enabled:
Expand All @@ -220,7 +221,6 @@ def gather_metrics(self):
for api in self.api_tests:
self.invoke_api(api)


def fetch_data(self, provider, label, suffix=''):
""" fetch data from a status provider """
try:
Expand Down

0 comments on commit 0075d16

Please sign in to comment.