- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- Administrator's Guide
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
",t};e.buildCustomizationMenuUi=t;function n(e){let t='
",t}function s(e){let n=e.filter.currentValue||e.filter.defaultValue,t='${e.filter.label}
`,e.filter.options.forEach(s=>{let o=s.id===n;t+=``}),t+="${e.filter.label}
`,t+=`Device profiles define which metrics to collect and how to transform them into Datadog metrics. Each profile is expected to monitor a class of similar devices from the same vendor.
The SNMP Profile Manager template provides a guided, GUI-based experience to:
For more information on advanced profile details, review the Profile Format Reference page.
The minimum Agent version required is 7.65
or higher.
Remote Configuration enabled for your organization.
Permissions required:
To automatically apply created device profiles using Remote Configuration, ensure the following setting is enabled in your datadog-agent/conf.d/snmp.d/conf.yaml
file:
init_config:
loader: core
use_device_id_as_hostname: true
min_collection_interval: 15
use_remote_config_profiles: true
instances:
......
Build your own NDM profile by navigating to Infrastructure > Network Devices > Configuration.
Click on SNMP Profile Manager > + Create New Profile. This brings you to the profile creation page shown below.
Provide your device profile with a name and description (optional).
Select the SysObjectID
. This parameter matches network devices to the device profiles.
Use profile inheritance to adopt configurations such as metadata, metrics, and tags. This simplifies scaling your device profiles and allows you to build on existing ones. Datadog automatically includes some inherited profiles, (_base.yaml
_generic-if.yaml
, _generic-ip.yaml
, _generic-ospf.yaml
, _generic-tcp.yaml
and _generic-udp.yaml
), which are recommended not to be removed.
Reference the Supported Device Profiles for the full list of inherited profiles.
Keep the Datadog _base.yaml
profile, and any other inherited Datadog profiles specific to your needs. Optionally, you can select additional profiles to inherit. The relevant fields appear on the right under Inherited Profiles, with an Inherited
tag next to any inherited metrics, tags, or metadata:
Note: Changes made to the parent profile automatically apply to the child profiles. If you need to adjust any inherited attributes in the child profiles, such as metrics, tags, or metadata, you must modify the parent profile.
Use reference devices to select which devices you want to gather A unique ID or address on a device that when polled returns the response code of that value. for your chosen device models. The reference devices field is pre-selected based on the SysObjectID
you specified in the profile details.
Keep the current reference device selection to perform a device scan. Additionally, you can add more devices or change the current selection.
Click Scan Devices to proceed to Step 4, which initiates the scan.
Optionally, click Proceed Manually to proceed without performing a scan.
This step scans your devices to discover their available metrics. Running a scan allows you to view all available metrics for your device, making it easier to fill in metrics, metadata, and tags. The scan performs an SNMP walk on your devices using Datadog Remote Configuration.
The Scanned Devices tab displays which devices were scanned with Remote Configuration or manually.
Datadog provides reasonable defaults for most devices through out-of-the-box (OOTB) profiles, such as device and description. You can override these defaults in the Define Metadata section.
Click the pencil icon to edit and modify any of the default metadata fields.
Metadata functionality is available and displayed on the Network Device Monitoring (NDM) page as searchable facets, and on the side panel of a selected device:
Metrics can be added either from a device scan or by manually creating a new metric for the profile. Inherited metrics are highlighted in purple with the Inherited
tag.
To define a metric using the Device Scan option, click Add Metrics. This opens a modal displaying all available metrics for the device.
Hover over metrics to see units and descriptions for easier selection.
Select the metrics you wish to add, then click Add Metric.
This returns you to the define metrics screen where you can see the new metric that was added.
Note: To avoid a validation error for tabular metrics, at least one metric tag must be added on the Define metrics screen.
gauge
, rate
, monotonic_count
, or monotonic_count_and_rate
.Adding tags to tabular metrics is similar to adding global tags, with two additional options:
Select whether the tag value originates from an OID
value or a segment of the table index. If Index
is chosen as the source, an index position must be specified, which then becomes the tag.
Consider a table at OID 1.2.3.1.1
with two indices. Each row in this table includes a two-number index. Suppose column 3 of a row has OID 1.2.3.1.1.3.55.12
- here, 1.2.3.1.1
represents the table, .3
is the column number within the table, and .55.12
is the index of this specific row (all other columns for this row will also end with .55.12
). If you establish a tag with the Source set to Index
and Index Position
set to 1, the tag’s value for metrics from this table row will be 55
; if you set the index position to 2, it will be 12. If you use an index less than 1 or more than the number of indices in the table, the tag will not be populated.
See Using an Index for more information.
Use Index Transformation when you need to tag a table metric value with a value from a different table that employs a subset of this table’s index. This is not a typical scenario. You configure this by adding one or more transformation segments, each with a start and end number. These numbers index into the original table’s index to create a new index value for the new table.
Consider the CPI-UNITY-MIB
module. It has a table
, cpiPduTable
, with details about a specific PDU, and another table, cpiPduBranchTable
, with information about specific PDU branches. The index of the main table is the PDU’s MAC address, such as 6.0.36.155.53.3.246
. The branch table’s index is a branch ID
followed by the PDU MAC
, therefore a branch table row index might be 1.6.0.36.155.53.3.246
.
If you want to report the current on a PDU branch, you could add cpiPduBranchCurrent
(OID 1.3.6.1.4.1.30932.1.10.1.3.110.1.3
, from the branch table) as a tabular metric. To tag this metric with the PDU name, add cpiPduName
as a tag (OID 1.3.6.1.4.1.30932.1.10.1.2.10.1.3
, from the main table), then add an index transform with start:1
and end:7
. This means the branch current metric from the branch table indexed with 1.6.0.36.155.53.3.246
would be tagged using the name from the main table indexed with 6.0.36.155.53.3.246
.
For more information see Using a column from a different table with different indexes.
Add global tags to ensure the metadata, metrics, and global tags are applied to all matching devices. Global tags can be added either from a device scan or by manually creating a new tag for the profile. Additionally, the Inherited
tag appears next to any global tags inherited from this profile.
To define a global tag using the Device Scan option, click + Add Tags. This opens a modal displaying all available tags for the device.
Select one or more tags you wish to add to the device profile, then click Add Tag.
This returns you to the define global tags screen where you can see and edit the new tag that was added.
To define a global tag using the Manual option, click + Add Tags. This opens a modal displaying all available tags for the device.
Click Create New Tag at the top of the modal.
Select the dropdown in the search field to add the OID name.
Click the Modification dropdown to add a modification. See advanced options.
Click Create to save the new tag.
This returns you to the define global tags screen where you can see the new tag that was added.
Modification | Description |
---|---|
No Modification | The device’s returned value is used directly as the tag value. |
Format | This can be mac_address or ip_address. |
Extract Value | A regular expression used to extract the tag value from the SNMP value provided by the device. |
Mapping | See the profile format reference. |
After applying your configuration options to your device profile, click Save and Sync Agents to automatically apply this profile to all NDM agents. The configurations are applied to your devices with Remote Configuration. See prerequisites for more information.
.zip
bundle which contains the yaml
files for the profiles you created.yaml
files in the profile directory on each of the relevant installed Agents.Navigate to Infrastructure > Network Devices > Configuration to view the device profile Inventory page. Here, you can view a summary of the out-of-the-box (OOTB) profiles, as well as the device profiles you created using the Device Profile Setup above.
This page includes the following features:
Draft status: Indicates a net new profile that has not yet been applied to the Agent. To apply a profile to the Agent, click into the profile and sync the Agent. Once a profile is applied, you cannot bring it back to draft status.
Filters: The filters include the following options:
Create new profile and Download: The + Create New Profile button opens the profile creation form which allows you to build a new device profile. Clicking the download button generates and download a .zip
bundle which contains the yaml
files for the profiles you created.
Kebab menu: Clicking the kebab menu to the right of a profile allows you to edit, clone, or delete the profile (for custom profiles only). You can also navigate to View related devices on the NDM page, filtered to the device(s) the profile is applied to.
If no matching devices are found, it may be due to the following reasons:
If you are using an Agent version earlier than 7.47.0
and do not already have Remote Configuration manually enabled on your hosts, you will not be able to trigger device scans or sync profiles to the Agents through the UI. However, you can perform these steps manually.
To scan a device, follow the instructions in the UI:
Or, to apply the profiles to your Agents manually:
Datadog strongly recommends enabling Remote Configuration to ensure a seamless, UI-based experience and to minimize unnecessary interactions with the Agent.