{{ service.get_up_display|capfirst }} |
{% if show_ipdev_info %}
{{ service.netbox.sysname }} |
{{ service.netbox.organization }} |
{% endif %}
{{ service.handler }} |
{% with service.get_statistics as stats %}
{% with stats.availability as a %}
{% if a.day %}
{{ a.day|floatformat:2 }}%
{% else %}
N/A
{% endif %}
|
{% if a.week %}
{{ a.week|floatformat:2 }}%
{% else %}
N/A
{% endif %}
|
{% if a.month %}
{{ a.month|floatformat:2 }}%
{% else %}
N/A
{% endif %}
|
{% endwith %}
{% with stats.response_time as rt %}
{% if rt.day %}
{{ rt.day|floatformat:3 }}{{ rt.data_source.units }}
{% else %}
N/A
{% endif %}
|
{% if rt.week %}
{{ rt.week|floatformat:3 }}{{ rt.data_source.units }}
{% else %}
N/A
{% endif %}
|
{% if rt.month %}
{{ rt.month|floatformat:3 }}{{ rt.data_source.units }}
{% else %}
N/A
{% endif %}
|
{% endwith %}
{% endwith %}
Edit,
schedule maintenance
|
{% endfor %}