{% extends 'arbiter/base.html'%} {% load static %} {% block extrastyle %} {{block.super}} {% endblock %} {% load humanize %} {% block messages %}
{{ block.super }} {% endblock %} {% block content %}

Management


Status:


cgroup-warden instances up: {{ agents|length }}

Last-Evaluated: {{last_evaluated | naturaltime}}

{% csrf_token %}

Run Arbiter Evaluation Loop:

Use to run a single loop of evaluating arbiter's polcies. Useful when testing for one off runs.

{% csrf_token %}

Clean Violation History:

Use to delete violation/event history before the specified time. Useful to clean state. Note the next evalutaion loop will fix any limits that are affected by this.

Before:

{% csrf_token %}

Apply Property


*Note: This limit is seen and often overidden by arbiter's evaluation loop. Use to manually change limits that arbiter is not watching (such as whitelisted users) or when a policy or the evaluation loop is no longer active.

Host

Username

Property

Value

Recent Violations


{% for violation in violations %} {% endfor %}

Violation

Time

{{violation}}

{{violation.timestamp | naturaltime}}

View Usage


Host:

Username:

Start Time:

End Time:

Step Size:

{% endblock %}