命令行上的 `telegraf help` 给出错误

`telegraf help` on command line gives error

我在 MacOS 上使用自制软件安装了 telegraf,运行 生成器:

现在telegraf help给出错误:

No config file specified, and could not find one in $TELEGRAF_CONFIG_PATH, /Users/Username/.telegraf/telegraf.conf, or /etc/telegraf/telegraf.conf

没有位置/etc/telegraf。也没有目录 /~.telegraf。

这似乎是 telegraf 安装脚本的错误。 Homebrew 将 telegraf 安装到

/usr/local/Cellar/telegraf/0.13.1/bin

尝试

find /usr $HOME -name telegraf.conf

查看 homebrew 在哪里创建它然后设置 TELEGRAF_CONFIG_PATH 匹配。