{% extends 'traffic/settings/index.html' %} {% block toolbar_collector %}class="active"{%endblock%} {% block settings_content %} {% if form.non_field_errors %}
{% for error in form.non_field_errors %}{{ error|escape }}{% endfor %}
{% endif %}
{% csrf_token %}
{{form.reporter_max_detailed_users}}
{% if form.reporter_max_detailed_users.errors %} {{form.reporter_max_detailed_users.errors|striptags}} {% else %} Limit detailed traffic information for top N users only. Default value is 50. More users require more disk storage and more time to generate the reports. {%endif%}
{{form.reporter_max_detailed_domains}}
{% if form.reporter_max_detailed_domains.errors %} {{form.reporter_max_detailed_domains.errors|striptags}} {% else %} Limit detailed traffic information for top N domains only. Default value is 100. More domains require more disk storage and more time to generate the reports. {%endif%}

Ignore the following system log records when building traffic reports. Such records are either routine non significant records or indicate errors on the client side and can quickly fill final traffic reports with non essential information.
 
   
Ignore the requests processed by the following filtering modules. For example, it is recommended to ignore the Ad Block and Privacy Protection modules because of large number of such requests. These records can quickly fill final traffic reports with non essential information.
 
 

{{form.collector_folders}} {% if form.collector_folders.errors %} {{form.collector_folders.errors|striptags}} {% else %} Specify here the list of additional folders where Squid's access logs are stored. By default the collector process looks for Squid's logs in /var/log/squid. {%endif%}
{% endblock %}