Skip to content

Commit

Permalink
release/alert.v1: release alert.v1.8.2
Browse files Browse the repository at this point in the history
Change-Id: I1d98261f5c71c24f0ad960f932606bc2ae737acd
  • Loading branch information
Dylan Quinn committed Feb 20, 2024
1 parent 0ffedf9 commit 55b5f5b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
5 changes: 5 additions & 0 deletions arista/alert.v1/alert-changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
# New entries go on top.

Changes:
- date: 2024-02-13
description: Add snmp engine ID
version: 1.8.2
onprem: true
cvaas: true
- date: 2024-01-15
description: Adding descriptive fields to DefaultTemplate resource
version: 1.8.1
Expand Down
5 changes: 5 additions & 0 deletions arista/alert.v1/alert.proto
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,11 @@ message SNMPSettings {
google.protobuf.Int32Value version = 4;
// auth is optional authentication settings
SNMPAuth auth = 5;
// engine_id is the engine ID that will be used by the Alerter
// This should be a hexadecimal string, colon separators between bytes will be accepted when
// writing, but will be absent when reading
// optional: if excluded or left blank, this will be automatically generated
google.protobuf.StringValue engine_id = 6;
}


Expand Down
4 changes: 4 additions & 0 deletions arista/alert.v1/services.gen.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -2654,6 +2654,10 @@
"auth": {
"$ref": "#/definitions/arista.alert.v1.SNMPAuth",
"title": "auth is optional authentication settings"
},
"engineId": {
"type": "string",
"title": "engine_id is the engine ID that will be used by the Alerter\nThis should be a hexadecimal string, colon separators between bytes will be accepted when\nwriting, but will be absent when reading\noptional: if excluded or left blank, this will be automatically generated"
}
},
"title": "SNMPSettings contain the settings for sending alerts with SNMP"
Expand Down

0 comments on commit 55b5f5b

Please sign in to comment.