Skip to content

Latest commit

 

History

History

disk

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

disk

The following dashboards are provided for use with data from the Telegraf disk input.

Disk: Capacity

Disk: File System Capacity

Telegraf Input Configuration

The following input plugin configuration is required to provide the data for these dashboards.

[[inputs.disk]]
  # By default stats will be gathered for all mount points. Set mount_points will restrict the stats to only the
  # specified mount points.
  #mount_points = ["/"]

  # Ignore mount points by filesystem type.
  ignore_fs = ["tmpfs", "devtmpfs", "devfs", "overlay", "aufs", "squashfs", "shm", "/dev/loop*"]

  [inputs.disk.tagdrop]
    path = [ "/run/docker/runtime-runc/moby/*" ]