Skip to content

Commit

Permalink
Add state for degraded edge nodes.
Browse files Browse the repository at this point in the history
  • Loading branch information
apoxa committed Oct 25, 2022
1 parent b23e7fd commit c7aea69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions agent_based/nsx_edges.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ class EdgeData(TypedDict, total=False):

_STATUS_MAP = {
"UP": State.OK,
"DEGRADED": State.WARN,
"DOWN": State.CRIT,
}

Expand Down

0 comments on commit c7aea69

Please sign in to comment.