{{ title }}
[Memcache] Connection Tests
-
{% for ip, port, result in memcache_results %}
- {{ ip }}:{{ port }} {% if result %} Success {% else %} Failed {% endif %} {% else %}
- There are no memcache servers! {% endfor %}
There must be a minimum of 2 working servers.
[libs] Libraries and Versions
-
{% for lib, result, msg in libraries_results %}
- {{ lib }}
- {% if success %} {{ msg }} {% else %} {{ msg }} {% endif %} {% endfor %}
[Paths] Paths and Permissions
-
{% for path, exists, permissions, extra in filepath_results %}
- {{ path }}
- {% if exists %} Exists... {% else %} Does not exist {% endif %} {% if permissions %} with proper permissions. {% else %} and does not have the permissions we expect. {% endif %} {% if extra %} ({{ extra }}) {% endif %} {% endfor %}
[RabbitMQ] celeryd connection
Processed a task in {{ rabbit_results.duration|round(4) }} seconds.