From c67fcec6160a6af3965f81b812f18ec8910170bf Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Thu, 11 Sep 2025 15:28:25 +0200 Subject: [PATCH] Add telegraf.json configuration file --- frontend/public/json/telegraf.json | 40 ++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 frontend/public/json/telegraf.json diff --git a/frontend/public/json/telegraf.json b/frontend/public/json/telegraf.json new file mode 100644 index 00000000..695126d0 --- /dev/null +++ b/frontend/public/json/telegraf.json @@ -0,0 +1,40 @@ +{ + "name": "Telegraf", + "slug": "telegraf", + "categories": [ + 9 + ], + "date_created": "2025-09-11", + "type": "ct", + "updateable": true, + "privileged": false, + "interface_port": null, + "documentation": "https://docs.influxdata.com/telegraf/v1/", + "config_path": "/etc/telegraf/telegraf.conf", + "website": "https://github.com/influxdata/telegraf", + "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/influxdb.webp", + "description": "Telegraf collects and sends time series data from databases, systems, and IoT sensors. It has no external dependencies, is easy to install, and requires minimal memory.", + "install_methods": [ + { + "type": "default", + "script": "ct/telegraf.sh", + "resources": { + "cpu": 1, + "ram": 1024, + "hdd": 4, + "os": "Debian", + "version": "12" + } + } + ], + "default_credentials": { + "username": null, + "password": null + }, + "notes": [ + { + "text": "Check out the config afterwards and adapt to your needs.", + "type": "" + } + ] +}