Skip to content

Commit

Permalink
update/alert.v1: update comment of severities to include DEBUG
Browse files Browse the repository at this point in the history
Change-Id: Iaf7a9a2d7ac0679977ba35b6177c5b3acbbf11a1
  • Loading branch information
Pratiksha Gawali committed Jan 29, 2024
1 parent d35e6cf commit 7521296
Show file tree
Hide file tree
Showing 2 changed files with 994 additions and 87 deletions.
2 changes: 1 addition & 1 deletion arista/alert.v1/alert.proto
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ message Rule {
message Matches {
// severities is a list of severities to filter on,
// if an event does not have one of these severities, it will not match
// Valid values are INFO, WARNING, ERROR and CRITICAL
// Valid values are DEBUG, INFO, WARNING, ERROR and CRITICAL
fmp.RepeatedString severities = 1;
// devices is a list of device IDs to filter on,
// if an event does not belong to one of these devices, it will not match
Expand Down
Loading

0 comments on commit 7521296

Please sign in to comment.