Removing input declaration from SampleConfig
This commit is contained in:
parent
a99912fb12
commit
2d7ab74ed5
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue