Skip to content

Instantly share code, notes, and snippets.

@tomaustin700
Created May 11, 2019 16:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tomaustin700/d0d3fd6cf070281117c95260d468fb2d to your computer and use it in GitHub Desktop.
Save tomaustin700/d0d3fd6cf070281117c95260d468fb2d to your computer and use it in GitHub Desktop.
[program:tsdbrelay]
command=/bin/bash -c "/tsdbrelay/tsdbrelay -l 0.0.0.0:5252 -b bosunip:8070 -t opentsdbip:4242 -redis redisip:6379"
priority=100
stdout_logfile=/var/log/tsdbrelay.out.log
stderr_logfile=/var/log/tsdbrelay.err.log
autostart=true
autorestart=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment