Remove unused templates
parent
d90b57865a
commit
c4d218d198
|
|
@ -1,13 +0,0 @@
|
|||
---
|
||||
description: "Telegraf plugin for collecting metrics from {{.Name}}"
|
||||
menu:
|
||||
telegraf_v1_ref:
|
||||
parent: input_plugins_reference
|
||||
name: {{.Name}}
|
||||
identifier: input-{{.ID}}
|
||||
tags: [{{.Name}}, "input-plugins", "configuration"]
|
||||
related:
|
||||
- /telegraf/v1/configure_plugins/
|
||||
---
|
||||
|
||||
{{.Readme}}
|
||||
|
|
@ -1,13 +0,0 @@
|
|||
---
|
||||
description: "Telegraf plugin for sending metrics to {{.Name}}"
|
||||
menu:
|
||||
telegraf_v1_ref:
|
||||
parent: output_plugins_reference
|
||||
name: {{.Name}}
|
||||
identifier: output-{{.ID}}
|
||||
tags: [{{.Name}}, "output-plugins", "configuration"]
|
||||
related:
|
||||
- /telegraf/v1/configure_plugins/
|
||||
---
|
||||
|
||||
{{.Readme}}
|
||||
Loading…
Reference in New Issue