Fix setting mount_points option in disk input (#5982)
This commit is contained in:
parent
5de7bdf906
commit
8a34d2b27d
|
@ -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"`
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue