{{ form.rule_name }}
{% if form.rule_name.errors %}
{{ form.rule_name.errors.0 }}
{% endif %}
Enter a unique, descriptive name for this alert rule
{{ form.category }}
{% if form.category.errors %}
{{ form.category.errors.0 }}
{% endif %}
{{ form.severity }}
{% if form.severity.errors %}
{{ form.severity.errors.0 }}
{% endif %}
{{ form.description }}
{% if form.description.errors %}
{{ form.description.errors.0 }}
{% endif %}
Describe what this alert rule monitors and when it should trigger
{{ form.event_type }}
{% if form.event_type.errors %}
{{ form.event_type.errors.0 }}
{% endif %}
Specify the type of event this rule should monitor
{{ form.is_active }}
{% if form.is_active.errors %}
{{ form.is_active.errors.0 }}
{% endif %}
Only active rules will be evaluated and can trigger alerts