{% extends "main/index.html" %} {% load static %} {% load i18n %} {% load l10n %} {% load split_zone %} {% load add_space %} {% load local_ip %} {% load attack_short_count %} {% block summary %}
{% trans 'Period' %} | {% trans 'All attacks' %} | Signature Analysis |
Nemesida AI | Brute-force | Flood | DDoS | ClamAV | |||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{% trans 'Today' %} | {% if today_summary|length == 0 %}0 | 0 | 0 | 0 | 0 | 0 | 0 | {% endif %} {% for row in today_summary %}{{ row.all_attacks|attack_short_count }} | {{ row.sa|attack_short_count }} | {{ row.na|attack_short_count }} | {{ row.bf|attack_short_count }} | {{ row.sms|attack_short_count }} | {{ row.ddos|attack_short_count }} | {{ row.ca|attack_short_count }} | {% endfor %}
{% trans 'Last 24 h.' %} | {% if last24_summary|length == 0 %}0 | 0 | 0 | 0 | 0 | 0 | 0 | {% endif %} {% for row in last24_summary %}{{ row.all_attacks|attack_short_count }} | {{ row.sa|attack_short_count }} | {{ row.na|attack_short_count }} | {{ row.bf|attack_short_count }} | {{ row.sms|attack_short_count }} | {{ row.ddos|attack_short_count }} | {{ row.ca|attack_short_count }} | {% endfor %}
{% trans 'Last week' %} | {% if last_week|length == 0 %}0 | 0 | 0 | 0 | 0 | 0 | 0 | {% endif %} {% for row in last_week %}{{ row.all_attacks|attack_short_count }} | {{ row.sa|attack_short_count }} | {{ row.na|attack_short_count }} | {{ row.bf|attack_short_count }} | {{ row.sms|attack_short_count }} | {{ row.ddos|attack_short_count }} | {{ row.ca|attack_short_count }} | {% endfor %}