Adding upstream version 1.34.4.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
e393c3af3f
commit
4978089aab
4963 changed files with 677545 additions and 0 deletions
17
plugins/inputs/diskio/diskio_other.go
Normal file
17
plugins/inputs/diskio/diskio_other.go
Normal file
|
@ -0,0 +1,17 @@
|
|||
//go:build !linux
|
||||
|
||||
package diskio
|
||||
|
||||
type diskInfoCache struct{}
|
||||
|
||||
func (*DiskIO) diskInfo(_ string) (map[string]string, error) {
|
||||
return nil, nil
|
||||
}
|
||||
|
||||
func resolveName(name string) string {
|
||||
return name
|
||||
}
|
||||
|
||||
func getDeviceWWID(_ string) string {
|
||||
return ""
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue