Skip to content

Commit

Permalink
SNMP Traps: Document multi-user support in the example config file (#…
Browse files Browse the repository at this point in the history
…23604)

* SNMP Traps: Document multi-user support in the example config file

* Fixup doc for traps username
  • Loading branch information
FlorianVeaux authored Mar 12, 2024
1 parent 84a8d2f commit 34f0fcf
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pkg/config/config_template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3830,10 +3830,8 @@ api_key:

## @param users - list of custom objects - optional
## List of SNMPv3 users that can be used to listen for traps.
## NOTE: Currently the Datadog Agent only supports having a
## single user in this list.
## Each user can contain:
## * username - string - The username used by devices when sending Traps to the Agent.
## * user - string - The username used by devices when sending Traps to the Agent.
## * authKey - string - (Optional) The passphrase to use with the given user and authProtocol
## * authProtocol - string - (Optional) The authentication protocol to use when listening for traps from this user.
## Available options are: MD5, SHA, SHA224, SHA256, SHA384, SHA512.
Expand All @@ -3844,7 +3842,7 @@ api_key:
## Defaults to DES when privKey is set.
#
# users:
# - username: <USERNAME>
# - user: <USERNAME>
# authKey: <AUTHENTICATION_KEY>
# authProtocol: <AUTHENTICATION_PROTOCOL>
# privKey: <PRIVACY_KEY>
Expand Down

0 comments on commit 34f0fcf

Please sign in to comment.