12 lines
348 B
Go
12 lines
348 B
Go
//go:build linux
|
|
// +build linux
|
|
|
|
//go:generate go run ../../../tools/generate_plugindata/main.go
|
|
//go:generate go run ../../../tools/generate_plugindata/main.go --clean
|
|
// DON'T EDIT; This file is used as a template by tools/generate_plugindata
|
|
package kernel_vmstat
|
|
|
|
func (k *KernelVmstat) SampleConfig() string {
|
|
return `{{ .SampleConfig }}`
|
|
}
|