{% extends "base.html" %} {% block heading %}Status{% endblock %} {% block subheading %}Live snapshot of the stack — service tiles, current totals, and quick links. For trends over time, see Overview.{% endblock %} {% block content %}
Services
healthy
Longest uptime
across all containers
SPARQL repos
Neo4j
nodes
relationships

Stack health

Quick links

{% set links = [ ('Neo4j Browser', 'http://localhost:7474', 'graph database', 'tone-info'), ('SPARQL store', 'http://localhost:7878', 'oxigraph + caddy', 'tone-info'), ('Crawler API', 'http://localhost:8000/docs', 'github crawler swagger', 'tone-info'), ('GME extractor', 'http://localhost:1234/docs', 'metadata extractor swagger', 'tone-info'), ('Kibiter', kibiter_url, 'grimoirelab dashboards', 'tone-info'), ('Hub API', '/healthz', 'control-plane healthz', 'tone-ok'), ] %} {% for label, url, sub, tone in links %}
{{ label }}
{{ sub }}
{% endfor %}
{% endblock %}