From 3dc3fc5f6718e4b29e6ecc795b7e38dee5389d3b Mon Sep 17 00:00:00 2001 From: ProxMenuxBot Date: Fri, 12 Sep 2025 00:57:45 +0000 Subject: [PATCH] Update helpers_cache.json --- json/helpers_cache.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/json/helpers_cache.json b/json/helpers_cache.json index 904b44f..716734f 100644 --- a/json/helpers_cache.json +++ b/json/helpers_cache.json @@ -4673,6 +4673,20 @@ ], "type": "ct" }, + { + "name": "Telegraf", + "slug": "telegraf", + "desc": "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.", + "script": "ct/telegraf.sh", + "script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/telegraf.sh", + "categories": [ + 9 + ], + "notes": [ + "Make sure to configure an output for the telegraf config and start the service with `systemctl start telegraf`." + ], + "type": "ct" + }, { "name": "The Lounge", "slug": "the-lounge",