Skip to content

Latest commit

 

History

History
 
 

disk

Disk Check

Overview

Collect metrics related to disk usage and IO.

Setup

Installation

The disk check is packaged with the Agent, so simply install the Agent anywhere you wish to use it.

If you need the newest version of the Disk check, install the dd-check-disk package; this package's check overrides the one packaged with the Agent. See the integrations-core repository README.md for more details.

Configuration

The disk check is enabled by default, and the Agent will collect metrics on all local partitions. If you want to configure the check with custom options, create a file disk.yaml in the Agent's conf.d directory. See the sample disk.yaml for all available configuration options.

Validation

Run the Agent's status subcommand and look for disk under the Checks section:

  Checks
  ======
    [...]

    disk
    -------
      - instance #0 [OK]
      - Collected 40 metrics, 0 events & 0 service checks

    [...]

Data Collected

Metrics

See metadata.csv for a list of metrics provided by this integration.

Events

The Disk check does not include any event at this time.

Service Checks

The Disk check does not include any service check at this time.

Troubleshooting

Need help? Contact Datadog Support.

Further Reading

Learn more about infrastructure monitoring and all our integrations on our blog