collector: sync bsd filesystem collector labels with linux

This commit is contained in:
Nick Owens 2015-11-01 19:25:21 -08:00
commit ebf3ef32f1
3 changed files with 9 additions and 12 deletions

View file

@ -28,10 +28,6 @@ const (
defIgnoredMountPoints = "^/(sys|proc|dev)($|/)"
)
var (
filesystemLabelNames = []string{"device", "mountpoint", "fstype"}
)
type filesystemDetails struct {
device string
mountPoint string