{% 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:

Recent Violations


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

Violation

Time

{{violation}}

{{violation.timestamp | naturaltime}}

View Usage


Host:

Username:

Start Time:

End Time:

Step Size:

{% endblock %}