Skip to content

Commit

Permalink
Added 'case sensitive' to interface_configs in SNMP (DataDog#18504)
Browse files Browse the repository at this point in the history
* added case sensitive

* same change to spec.yaml
  • Loading branch information
mirzanurkic-dd authored Sep 5, 2024
1 parent 387d0d7 commit 3e9da77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion snmp/assets/configuration/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ files:
Example:
interface_configs:
- match_field: "name" # (required) the field to match, can be `name` (interface name) or `index` (ifIndex)
match_value: "eth0" # (required) the value to match
match_value: "eth0" # (required, case sensitive) the value to match
in_speed: 50 # (optional) inbound speed value in bits per sec, no value or 0 means no override
out_speed: 25 # (optional) outbound speed value in bits per sec, no value or 0 means no override
tags: # (optional) interface level tags
Expand Down
2 changes: 1 addition & 1 deletion snmp/datadog_checks/snmp/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ instances:
## Example:
## interface_configs:
## - match_field: "name" # (required) the field to match, can be `name` (interface name) or `index` (ifIndex)
## match_value: "eth0" # (required) the value to match
## match_value: "eth0" # (required, case sensitive) the value to match
## in_speed: 50 # (optional) inbound speed value in bits per sec, no value or 0 means no override
## out_speed: 25 # (optional) outbound speed value in bits per sec, no value or 0 means no override
## tags: # (optional) interface level tags
Expand Down

0 comments on commit 3e9da77

Please sign in to comment.