Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1008 Bytes

index.md

File metadata and controls

20 lines (15 loc) · 1008 Bytes
layout
default

This page shows the uptime of endpoints that are listed HERE

Networks: {% for network in site.data.endpoints %}

{% for network in site.data.endpoints %} {% assign endpoints = network[1] | sample:99999 %}

{{network[0] | capitalize}}

| 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 %}