Skip to content

Commit

Permalink
Fix setting mount_points option in disk input (influxdata#5982)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnelson authored and idohalevi committed Sep 23, 2020
1 parent 905087e commit a44b1cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/inputs/disk/disk.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
}

Expand Down

0 comments on commit a44b1cf

Please sign in to comment.