HotSOS · system analysis

HotSOS Summary Dashboard

Repeatable analysis of cloud subsystems, surfacing key state, known bugs and potential issues.

Host: {{ hostname }} Generated {{ generated_at }}
{{ health.status }} {{ health.detail }}
{% if system_info %}
{% for fact in system_info %}
{{ fact.label }}
{{ fact.value }}
{% endfor %}
{% endif %}
{% for stat in summary_stats %}
{% if stat.label == 'Plugins' %}
{{ stat.label }} {{ stat.value }}
{% else %}
{{ stat.label }} {{ stat.value }}
{% endif %}
{% endfor %}
{% if findings %}

Detected issues & bugs {{ findings | length }}

{% for finding in findings %}
{{ finding.severity | capitalize }}
{{ finding.plugin }} {%- if finding.category.startswith('http') -%} {{ finding.category }} {%- else -%} {{ finding.category }} {%- endif -%}

{{ finding.message }}

{% endfor %}
{% else %}

All clear

No known bugs or potential issues were detected across the analysed plugins.

{% endif %}

{{ sections | length }} plugin(s) analysed

{% if sections %} {% for section in sections %}

{{ section.name }}

{% if section.bugs %}{{ section.bugs }} bug(s){% endif %} {% if section.warnings %}{{ section.warnings }} issue(s){% endif %}
{{ section.content | safe }}
{% endfor %} {% else %}

No summary content available.

{% endif %}