{% extends "base.html" %} {% block title %}Alert thresholds · SD RMM{% endblock %} {% block content %} {% if saved %}
✓ Thresholds saved.
{% endif %}
{% for r in rules %} {% endfor %}
MetricFires whenThresholdSustainedSeverityOn
{{ r.metric|upper }} {% if r.metric == 'offline' %}no heartbeat for ≥ threshold{% else %}{{ r.metric }} usage ≥ threshold{% endif %} {% if r.metric == 'offline' %}sec{% else %}%{% endif %} {% if r.metric == 'offline' %}n/a{% else %} sec{% endif %}
{% endblock %}