From 37e5484d5843db103a0c25912af9378b235bbf11 Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Thu, 11 Sep 2025 19:04:08 +0200 Subject: [PATCH] Update note in telegraf.json for configuration guidance --- frontend/public/json/telegraf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/public/json/telegraf.json b/frontend/public/json/telegraf.json index 775371da4..c92bfb21c 100644 --- a/frontend/public/json/telegraf.json +++ b/frontend/public/json/telegraf.json @@ -33,7 +33,7 @@ }, "notes": [ { - "text": "Check out the config afterwards and adapt to your needs.", + "text": "Make sure to configure an output for the telegraf config and start the service with `systemctl start telegraf`.", "type": "info" } ]