5.14. collectd::plugin::df
使用 df
插件为文件系统收集磁盘空间使用情况信息。
此插件默认启用。
Name | 描述 | 查询 |
---|---|---|
free | 可用磁盘空间量 |
|
reserved | 保留磁盘空间量 |
|
使用的 | 使用的磁盘空间量 |
|
参数 | 类型 | 默认值 |
---|---|---|
devices | 数组 |
|
fstypes | 数组 |
|
忽略选择 | 布尔值 | true |
mountpoints | 数组 |
|
reportbydevice | 布尔值 | true |
reportinodes | 布尔值 | true |
reportreserved | 布尔值 | true |
valuesabsolute | 布尔值 | true |
值百分比 | 布尔值 | false |
配置示例:
parameter_defaults: ExtraConfig: collectd::plugin::df::fstypes: ['tmpfs','xfs']
其他资源
有关配置 df
插件的更多信息,请参阅 df。