{% extends "base.html" %} {% load compress static hc_extras %} {% block title %}Status Badges - {{ site_name }}{% endblock %} {% block content %}

Status Badges

{{ site_name }} provides status badges for each of the tags you have used. The badges have public, but hard-to-guess URLs. You can use them in your READMEs, dashboards or status pages.

Each badge can be in one of the following states:

As an option, the badges can report a third state: late (when at least one check is running late but has not exceeded its grace time yet).


 
{% if have_tags %} {% endif %} {% for urldict in badges %} {% if urldict.tag == "*" %} {% endif %} {% endfor %}
Tags
Overall Status
{{ urldict.svg }} {{ urldict.svg3 }}
{% if have_tags %} {% endif %} {% for urldict in badges %} {% if urldict.tag == "*" %} {% endif %} {% endfor %}
Tags
Overall Status
{{ urldict.json }} {{ urldict.json3 }}
{% if have_tags %} {% endif %} {% for urldict in badges %} {% if urldict.tag == "*" %} {% endif %} {% endfor %}
Shields.io badge JSON endpoint for Shields.io (how to use)
Overall Status
{{ urldict.shields }} {{ urldict.shields3 }}
{% endblock %} {% block scripts %} {% compress js %} {% endcompress %} {% endblock %}