Skip to content

Commit

Permalink
Add collect device metadata config (#9393)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreYang authored May 26, 2021
1 parent 9611293 commit 47c8c71
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions snmp/datadog_checks/snmp/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,12 @@ init_config:
# netapp:
# definition_file: netapp.yaml

## @param collect_device_metadata - boolean - optional - default: false
## Enable device metadata collection
## Only available using corecheck SNMP integration with `loader: core` config.
#
# collect_device_metadata: true

instances:
-
## @param ip_address - string - optional
Expand Down Expand Up @@ -310,3 +316,9 @@ instances:
## Only available for corecheck implementation (`loader: core`).
#
# oid_batch_size: 10

## @param collect_device_metadata - boolean - optional - default: false
## Enable device metadata collection
## Only available using corecheck SNMP integration with `loader: core` config.
#
# collect_device_metadata: true

0 comments on commit 47c8c71

Please sign in to comment.