{% extends 'base.html' %} {% block content %}
Currently tracking {{ nodes | length }} nodes in the database. Of those, {{ nodes_unhealthy | length }} nodes failed their last check-in.
URL | Available | Network | Height | Last Checked | History |
---|---|---|---|---|---|
{% if node.is_tor %}{% endif %}{{ node.url }} | {% if node.available %} {% else %} {% endif %} | {{ node.nettype }} | {{ node.last_height }} | {{ node.datetime_checked | humanize }} | {% for hc in node.healthchecks %} {% if loop.index > loop.length - 6 %} {% endif %} {% endfor %} |
No nodes in the database yet...
{% endif %}