{% extends "rules/base.html" %} {% block sidebar %}

threshold {{ threshold.pk }}

Action

{% endblock %} {% block content %}

Threshold for {{ threshold.rule.sid }}

{% if threshold.threshold_type == "suppress" %}

Alert is suppressed for {% if threshold.track_by == 'by_src' %} source {{ threshold.net }} {% elif threshold.track_by == 'by_dst' %} destination {{ threshold.net }} {% else %} address {{ threshold.net }} {% endif %}

{% else %}

Alert is limited {% if threshold.track_by == 'by_src' %} by source {% elif threshold.track_by == 'by_dst' %} by destination {% else %} by source or destination {% endif %} to {{ threshold.count }} per {{ threshold.seconds }} seconds.

{% endif %}

Threshold expression

{{ threshold.highlight_content|safe }}

Signature

{{ threshold.rule.highlight_content|safe }}
{% endblock %}