Commit 5346728f by John Jarvis

changing name for better sorting

parent a36b9369
{% if SANDBOX_USERNAME is defined %} {% if SANDBOX_USERNAME is defined %}
{% set server_name = SANDBOX_USERNAME %} {% set server_name = SANDBOX_USERNAME + '-nginx-503' %}
{% else %} {% else %}
{% set server_name = COMMON_ENVIRONMENT|default('unknown-env') + '-' + COMMON_DEPLOYMENT|default('unknown-deployment') + '-HOSTNAME' %} {% set server_name = COMMON_ENVIRONMENT|default('unknown-env') + '-' + COMMON_DEPLOYMENT|default('unknown-deployment') + '-nginx-503' + '-HOSTNAME' %}
{% endif %} {% endif %}
{{ server_name }}-nginx-503: {{ server_name }}:
# Full path to the the log file # Full path to the the log file
log_path: {{ nginx_log_dir|default('/edx/var/log/nginx') }}/error.log log_path: {{ nginx_log_dir|default('/edx/var/log/nginx') }}/error.log
# Returns the number of matches for this term. Use Linux Regex formatting. # Returns the number of matches for this term. Use Linux Regex formatting.
......
{% if SANDBOX_USERNAME is defined %} {% if SANDBOX_USERNAME is defined %}
{% set server_name = SANDBOX_USERNAME %} {% set server_name = SANDBOX_USERNAME + '-certs-errors' %}
{% else %} {% else %}
{% set server_name = COMMON_ENVIRONMENT|default('unknown-env') + '-' + COMMON_DEPLOYMENT|default('unknown-deployment') + '-HOSTNAME'%} {% set server_name = COMMON_ENVIRONMENT|default('unknown-env') + '-' + COMMON_DEPLOYMENT|default('unknown-deployment') + '-certs-errors' + '-HOSTNAME'%}
{% endif %} {% endif %}
{{ server_name }}-certs-errors: {{ server_name }}:
# Full path to the the log file # Full path to the the log file
log_path: {{ COMMON_LOG_DIR|default('/edx/var/log') }}/certs/edx.log log_path: {{ COMMON_LOG_DIR|default('/edx/var/log') }}/certs/edx.log
# Returns the number of matches for this term. Use Linux Regex formatting. # Returns the number of matches for this term. Use Linux Regex formatting.
......
{% if SANDBOX_USERNAME is defined %} {% if SANDBOX_USERNAME is defined %}
{% set server_name = SANDBOX_USERNAME %} {% set server_name = SANDBOX_USERNAME + '-cms-errors' %}
{% else %} {% else %}
{% set server_name = COMMON_ENVIRONMENT|default('unknown-env') + '-' + COMMON_DEPLOYMENT|default('unknown-deployment') + '-HOSTNAME' %} {% set server_name = COMMON_ENVIRONMENT|default('unknown-env') + '-' + COMMON_DEPLOYMENT|default('unknown-deployment') + '-cms-errors' + '-HOSTNAME' %}
{% endif %} {% endif %}
{{ server_name }}-cms-errors: {{ server_name }}:
# Full path to the the log file # Full path to the the log file
log_path: {{ COMMON_LOG_DIR|default('/edx/var/log') }}/cms/edx.log log_path: {{ COMMON_LOG_DIR|default('/edx/var/log') }}/cms/edx.log
# Returns the number of matches for this term. Use Linux Regex formatting. # Returns the number of matches for this term. Use Linux Regex formatting.
......
{% if SANDBOX_USERNAME is defined %} {% if SANDBOX_USERNAME is defined %}
{% set server_name = SANDBOX_USERNAME %} {% set server_name = SANDBOX_USERNAME + '-lms-errors' %}
{% else %} {% else %}
{% set server_name = COMMON_ENVIRONMENT|default('unknown-env') + '-' + COMMON_DEPLOYMENT|default('unknown-deployment') + '-HOSTNAME' %} {% set server_name = COMMON_ENVIRONMENT|default('unknown-env') + '-' + COMMON_DEPLOYMENT|default('unknown-deployment') + '-lms-errors' + '-HOSTNAME' %}
{% endif %} {% endif %}
{{ server_name }}-lms-errors: {{ server_name }}:
# Full path to the the log file # Full path to the the log file
log_path: {{ COMMON_LOG_DIR|default('/edx/var/log') }}/lms/edx.log log_path: {{ COMMON_LOG_DIR|default('/edx/var/log') }}/lms/edx.log
# Returns the number of matches for this term. Use Linux Regex formatting. # Returns the number of matches for this term. Use Linux Regex formatting.
......
{% if SANDBOX_USERNAME is defined %} {% if SANDBOX_USERNAME is defined %}
{% set server_name = SANDBOX_USERNAME %} {% set server_name = SANDBOX_USERNAME + '-xqueue-errors' %}
{% else %} {% else %}
{% set server_name = COMMON_ENVIRONMENT|default('unknown-env') + '-' + COMMON_DEPLOYMENT|default('unknown-deployment') + '-HOSTNAME' %} {% set server_name = COMMON_ENVIRONMENT|default('unknown-env') + '-' + COMMON_DEPLOYMENT|default('unknown-deployment') + '-xqueue-errors' + '-HOSTNAME' %}
{% endif %} {% endif %}
{{ server_name }}-xqueue-errors: {{ server_name }}:
# Full path to the the log file # Full path to the the log file
log_path: {{ COMMON_LOG_DIR|default('/edx/var/log') }}/xqueue/edx.log log_path: {{ COMMON_LOG_DIR|default('/edx/var/log') }}/xqueue/edx.log
# Returns the number of matches for this term. Use Linux Regex formatting. # Returns the number of matches for this term. Use Linux Regex formatting.
......
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