Commit a5a705ec by e0d

Using newrelic

config path

typo, sigh
parent b7cf994a
; {{ ansible_managed }}
;
{% if COMMON_ENABLE_NEWRELIC %}
{% set executable = xqwatcher_venv_dir + '/bin/newrelic-admin run-program ' + xqwatcher_venv_dir + '/bin/python' %}
{% else %}
{% set executable = xqwatcher_venv_dir + '/bin/python' %}
{% endif %}
[program:xqwatcher]
command={{ xqwatcher_venv_dir }}/bin/python -m {{ xqwatcher_module }} -d {{ xqwatcher_conf_dir }}
command={{ executable }} -m {{ xqwatcher_module }} -d {{ xqwatcher_conf_dir }}
command={{ executable }} -m {{ xqwatcher_module }} -d {{ xqueue_app_dir }}
process_name=%(program_name)s
directory={{ xqwatcher_code_dir }}
stdout_logfile={{ xqwatcher_supervisor_log_dir }}/%(program_name)-stdout.log
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment