1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-20 22:08:39 +00:00
dockerfiles/graphite/supervisord.conf

28 lines
607 B
Plaintext
Raw Normal View History

2017-03-11 10:05:03 +00:00
[supervisord]
2017-03-14 08:25:09 +00:00
loglevel = info
2017-03-11 10:05:03 +00:00
[rpcinterface:supervisor]
supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface
[inet_http_server]
2017-03-14 08:25:09 +00:00
port = 0.0.0.0:9001
2017-03-11 10:05:03 +00:00
[supervisorctl]
2017-03-14 08:25:09 +00:00
serverurl = http://127.0.0.1:9001
2017-03-11 10:05:03 +00:00
[program:carbon-cache]
command = carbon-cache.py --debug start
redirect_stderr = true
autorestart = true
2018-11-05 09:34:16 +00:00
[program:carbon-aggregator]
command = carbon-aggregator.py --debug start
redirect_stderr = true
autorestart = true
2017-03-11 10:05:03 +00:00
[program:graphite-webapp]
command = gunicorn -b :8080 graphite.wsgi:application
directory = /opt/graphite/webapp
redirect_stderr = true
autorestart = true