Add support for using globs in devices list of diskio input plugin (#3687)
This commit is contained in:
9
plugins/inputs/system/diskio_other.go
Normal file
9
plugins/inputs/system/diskio_other.go
Normal file
@@ -0,0 +1,9 @@
|
||||
// +build !linux
|
||||
|
||||
package system
|
||||
|
||||
type diskInfoCache struct{}
|
||||
|
||||
func (s *DiskIO) diskInfo(devName string) (map[string]string, error) {
|
||||
return nil, nil
|
||||
}
|
||||
Reference in New Issue
Block a user