Skip to content

Commit

Permalink
Removing input declaration from SampleConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
robinpercy-xm committed May 23, 2016
1 parent f29ec95 commit 6d01d40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/inputs/system/kernel_vmstat.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ func (k *KernelVmstat) Description() string {
}

func (k *KernelVmstat) SampleConfig() string {
return `[[inputs.kernel_vmstat]]`
return ""
}

func (k *KernelVmstat) Gather(acc telegraf.Accumulator) error {
Expand Down

0 comments on commit 6d01d40

Please sign in to comment.