Plugin: diskspace.plugin Module: diskspace.plugin
Monitor Disk space metrics for proficient storage management. Keep track of usage, free space, and error rates to prevent disk space issues.
This collector is supported on all platforms.
This collector supports collecting metrics from multiple instances of this integration, including remote instances.
The plugin reads data from /proc/self/mountinfo
and /proc/diskstats file
.
The default configuration for this integration does not impose any limits on data collection.
The default configuration for this integration is not expected to impose a significant performance impact on the system.
Metrics grouped by scope.
The scope defines the instance that the metric belongs to. An instance is uniquely identified by a set of labels.
Labels:
Label | Description |
---|---|
mount_point | Path used to mount a filesystem |
filesystem | The filesystem used to format a partition. |
mount_root | Root directory where mount points are present. |
Metrics:
Metric | Dimensions | Unit |
---|---|---|
disk.space | avail, used, reserved_for_root | GiB |
disk.inodes | avail, used, reserved_for_root | inodes |
The following alerts are available:
Alert name | On metric | Description |
---|---|---|
disk_space_usage | disk.space | disk ${label:mount_point} space utilization |
disk_inode_usage | disk.inodes | disk ${label:mount_point} inode utilization |
No action required.
The configuration file name for this integration is netdata.conf
.
Configuration for this specific integration is located in the [plugin:proc:diskspace]
section within that file.
The file format is a modified INI syntax. The general structure is:
[section1]
option1 = some value
option2 = some other value
[section2]
option3 = some third value
You can edit the configuration file using the edit-config
script from the
Netdata config directory.
cd /etc/netdata 2>/dev/null || cd /opt/netdata/etc/netdata
sudo ./edit-config netdata.conf
You can also specify per mount point [plugin:proc:diskspace:mountpoint]
There are no configuration examples.