{% extends "cacsremoteservice/views/layouts/analysis-view.html" %} {% block analysis-presentation %}

System Health Monitoring

{% endblock %} {% block main-content %}
{% if system-health-scores|not-empty %}
{% include "cacsremoteservice/views/partials/system-health-dashboard-content.html" %}
{% else %}

Architectural monitoring

{% if has-architectural-components? %}
You have configured architectural components, but you need to run an analysis before they can be applied to your code.
{% else %}
Unavailable. Configure architectural components to enable.
Click to configure
{% endif %}
{% endif %}
{% endblock %}