Removing input declaration from SampleConfig

This commit is contained in:
robinpercy-xm 2016-05-23 11:57:13 -07:00
parent a99912fb12
commit 2d7ab74ed5
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ func (k *KernelVmstat) Description() string {
} }
func (k *KernelVmstat) SampleConfig() string { func (k *KernelVmstat) SampleConfig() string {
return `[[inputs.kernel_vmstat]]` return ""
} }
func (k *KernelVmstat) Gather(acc telegraf.Accumulator) error { func (k *KernelVmstat) Gather(acc telegraf.Accumulator) error {