telegraf/plugins/inputs/sysstat/sysstat_sample_config.go

12 lines
335 B
Go
Raw Normal View History

//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 sysstat
func (*Sysstat) SampleConfig() string {
return `{{ .SampleConfig }}`
}