Skip to content

Instantly share code, notes, and snippets.

@DustinAlandzes
Created March 29, 2017 20:09
Show Gist options
  • Save DustinAlandzes/969f73db5e0bff8202d61c8df2fb8475 to your computer and use it in GitHub Desktop.
Save DustinAlandzes/969f73db5e0bff8202d61c8df2fb8475 to your computer and use it in GitHub Desktop.
/etc/supervisor/conf.d/telegraf.conf
[program:telegraf]
command=/usr/bin/telegraf
autostart=true
autorestart=true
stderr_logfile=/var/log/telegraf.err.log
stdout_logfile=/var/log/telegraf.out.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment