From c22f5eed23382209f67f16eb6162d3cc59d1ec36 Mon Sep 17 00:00:00 2001 From: VictorRobellini <39597627+VictorRobellini@users.noreply.github.com> Date: Sat, 6 Mar 2021 02:22:00 -0500 Subject: [PATCH] updated readme telegraf troubleshooting update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c99af7..542cd53 100644 --- a/README.md +++ b/README.md @@ -144,7 +144,7 @@ If you get no good output from running the plugin directly, try the following co To troubleshoot plugins further, add the following lines to the agent block in /usr/local/etc/telegraf.conf and send a HUP to the telegraf pid. You're going to need to do this from a ssh shell. One you update the config you are going to need to tell telegraf to read the new configs. If you restart telegraf from pfSense, this will not work since it will overwrite your changes. -#### Telegraf Config +#### Telegraf Config (Paste in to [agent] section) debug = true quiet = false logfile = "/var/log/telegraf/telegraf.log"