{% extends "base.html" %} {% block body %}
geo | itype | alive hosts | alive instances | crashes/instance/min 1 5 15 |
---|---|---|---|---|
{{ location }} | {{ itype }} | {{ '%.2f%%' % (h) }} ({{ instance_stats['hosts_alive_count'] }}/{{ instance_stats['hosts_total_count'] }}) | {{ '%.2f%%' % (i) }} ({{ instance_stats['instances_alive_count'] }}/{{ instance_stats['instances_total_count'] }}) | {% set v = instance_stats['crashes'] %} {% for e in [0, 1, 2] %} 0 %} class="warn" {% endif %}>{{ '%.3f ' % (v[e]) }} {% endfor %} |