telegraf/plugins/inputs/kernel/kernel_sample_config.go

12 lines
335 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
func (k *Kernel) SampleConfig() string {
return `{{ .SampleConfig }}`
}