{% extends "base_project.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).

Badge Generator

{% csrf_token %}

Generate a badge for

{% if tags %} {% endif %} {% if checks %} {% endif %}

Badge format

Badge states

{% include "front/badges_preview.html" %}
{% endblock %} {% block scripts %} {% compress js %} {% endcompress %} {% endblock %}