{{check.name}}
|
{% if check.active %}
{{ check.calculated_status|capfirst }}
{% else %}
Disabled
{% endif %}
|
{% if checks_type == "All" %}
|
{% endif %}
{% if check.polymorphic_ctype.model == 'graphitestatuscheck' %}{{ check.metric|truncatechars:70 }} {{ check.check_type }} {{ check.value }}{% if check.expected_num_hosts %} (from {{ check.expected_num_hosts }} hosts){% endif %}{% elif check.polymorphic_ctype.model == 'httpstatuscheck' %}Status code {{ check.status_code }} from {{ check.endpoint }}{% if check.text_match %}; match text /{{ check.text_match }}/{% endif %}{% elif check.polymorphic_ctype.model == 'jenkinsstatuscheck' %}Monitor job {{ check.name }}{% if check.max_queued_build_time %}; check no build waiting for >{{ check.max_queued_build_time }} minutes{% endif %}{% endif %}
|
{% if not check.recent_results %}
No results available
{% endif %}
{{ check.cached_health }}
|
{{ check.get_importance_display }} |
{% for service in check.service_set.all %}
{{ service.name }}
{% if forloop.last %}
{% else %}
/
{% endif %}
{% endfor %}
{% if not check.service_set.all %}
No service
{% endif %}
|
|
{% endfor %}