1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-12 11:14:57 +02:00
dockerfiles/graphite/supervisord.conf

28 lines
607 B
Plaintext
Raw Normal View History

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