Guest User

Untitled

a guest
Oct 18th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. # cat /etc/init/rabbitmq_exporter.conf
  2.  
  3. start on startup
  4.  
  5. script
  6. export RABBIT_USER=all
  7. export RABBIT_PASSWORD=yKOLHoRSAv3eyRNheTOz
  8. /usr/local/bin/rabbitmq_exporter
  9. end script
Add Comment
Please, Sign In to add comment