-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Closed
Milestone
Description
Bug report
/etc/telegraf/telegraf.d is missing from tarball. telegraf will not start via init.sh or telegraf.service when that folder is missing.
You need to create the telegraf.d folder to start the service.
System info:
telegraf-1.2.1_linux_i386.tar.gz
Steps to reproduce:
- After unzip of the files to the correct locations and setting the execute permissions on the /etc/init.d/ startup script or "systemctl enable" on the systemd script
- Run /etc/init.d/init.sh start or systemctl start telegraf
Expected behavior:
- Service should start
Actual behavior:
- The service will not start
Additional info:
If you create /etc/telegraf/telegraf.d the service starts.
Reactions are currently unavailable