{% extends "base.html" %} {% block title %}Oikos — signals{% endblock %} {% block content %}

What needs attention?

{% if health_summary %}

{{ health_summary.healthy }}/{{ health_summary.total }} services healthy · as of {{ health_summary.as_of }}

{% else %}

no scheduler snapshot yet — has oikos-scheduler.timer run?

{% endif %} {% if signals %} {% for s in signals %} {% endfor %}
KindEntityEvidenceRaised
{{ s.kind }} {{ s.entity }} {{ s.evidence }} {{ s.ts }}
{% else %}
No open signals. All quiet.
{% endif %} {% endblock %}