layout |
---|
default |
This page shows the uptime of endpoints that are listed HERE
Networks: {% for network in site.data.endpoints %}
- {{network[0] | capitalize}} {% endfor %}
{% for network in site.data.endpoints %} {% assign endpoints = network[1] | sample:99999 %}
| Name | Endpoint | Health checks | |:----------|:--------------------------------------------|:--------------|{% for endpoint in endpoints %} | {{endpoint.name}} | {{endpoint.endpoint}} | {% if endpoint.health %}{% assign healthchecks = endpoint.health | reverse %}{%- for health in healthchecks -%}{% if health.result %}▇{% else %}▁{% endif %} {%- endfor -%}{% endif %} |{% endfor %}
{% endfor %}