Fix setting mount_points option in disk input (#5982)
This commit is contained in:
@@ -13,9 +13,9 @@ type DiskStats struct {
|
||||
ps system.PS
|
||||
|
||||
// Legacy support
|
||||
Mountpoints []string
|
||||
Mountpoints []string `toml:"mountpoints"`
|
||||
|
||||
MountPoints []string
|
||||
MountPoints []string `toml:"mount_points"`
|
||||
IgnoreFS []string `toml:"ignore_fs"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user