From c4d218d198ccfd6590310ff8f5fb83d3e904d7f2 Mon Sep 17 00:00:00 2001 From: Sven Rebhan Date: Thu, 11 Sep 2025 21:32:50 +0200 Subject: [PATCH] Remove unused templates --- telegraf-build/templates/plugin_aggregator.tmpl | 0 telegraf-build/templates/plugin_inputs.tmpl | 13 ------------- telegraf-build/templates/plugin_outputs.tmpl | 13 ------------- telegraf-build/templates/plugin_processor.tmpl | 0 4 files changed, 26 deletions(-) delete mode 100644 telegraf-build/templates/plugin_aggregator.tmpl delete mode 100644 telegraf-build/templates/plugin_inputs.tmpl delete mode 100644 telegraf-build/templates/plugin_outputs.tmpl delete mode 100644 telegraf-build/templates/plugin_processor.tmpl diff --git a/telegraf-build/templates/plugin_aggregator.tmpl b/telegraf-build/templates/plugin_aggregator.tmpl deleted file mode 100644 index e69de29bb..000000000 diff --git a/telegraf-build/templates/plugin_inputs.tmpl b/telegraf-build/templates/plugin_inputs.tmpl deleted file mode 100644 index fdfa6b3d7..000000000 --- a/telegraf-build/templates/plugin_inputs.tmpl +++ /dev/null @@ -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}} \ No newline at end of file diff --git a/telegraf-build/templates/plugin_outputs.tmpl b/telegraf-build/templates/plugin_outputs.tmpl deleted file mode 100644 index 840afa74c..000000000 --- a/telegraf-build/templates/plugin_outputs.tmpl +++ /dev/null @@ -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}} \ No newline at end of file diff --git a/telegraf-build/templates/plugin_processor.tmpl b/telegraf-build/templates/plugin_processor.tmpl deleted file mode 100644 index e69de29bb..000000000