Skip to content

Commit

Permalink
Removing previous capability check for threshold.
Browse files Browse the repository at this point in the history
  • Loading branch information
shdasari committed Dec 12, 2019
1 parent a8a7208 commit 408c930
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/thresholdbreach
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ from tabulate import tabulate
from swsssdk import ConfigDBConnector


THRESHOLD_BREACH_TABLE_PREFIX = "THRESHOLD_BREACH_TABLE"
THRESHOLD_BREACH_TABLE_PREFIX = "THRESHOLD_BREACH"
header = ['Event-id', 'Buffer', 'Type', 'Port', 'Index', 'Breach Value(%)', 'Breach Value(bytes)', 'Time-stamp']

class Thresholdbreach(object):
Expand Down
2 changes: 1 addition & 1 deletion scripts/thresholdcfg
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ SAI_QUEUE_TYPE_MULTICAST = "SAI_QUEUE_TYPE_MULTICAST"
SAI_QUEUE_TYPE_UNICAST = "SAI_QUEUE_TYPE_UNICAST"
SAI_QUEUE_TYPE_ALL = "SAI_QUEUE_TYPE_ALL"

THRESHOLD_TABLE_PREFIX = "THRESHOLD_TABLE|"
THRESHOLD_TABLE_PREFIX = "THRESHOLD|"

COUNTERS_PORT_NAME_MAP = "COUNTERS_PORT_NAME_MAP"
COUNTERS_QUEUE_NAME_MAP = "COUNTERS_QUEUE_NAME_MAP"
Expand Down

0 comments on commit 408c930

Please sign in to comment.