Installing Telegraf currently will lead into a broken install without any further instructions. The most recent version does not ship a telegraf.conf file and fails to start because of it: 2023-07-04T11:34:34Z E! error loading config file /etc/telegraf/telegraf.conf: open /etc/telegraf/telegraf.conf: no such file or directory Looks like there is no config file provided from upstream apart from autogenerating one for yourself. Would it be possible to call the binary, generate one and install it or at least mention the situation up on install? This is how you're supposed to create a new config file: telegraf config > telegraf.conf Having a config in /etc/telegraf/telegraf.d doesn't help. Reproducible: Always Steps to Reproduce: 1. emerge telegraf 2. systemctl start telegraf 3. see error in logs
Just stumbled upon the same problem. The config creation command helped a lot! Thanks.