{% extends 'base/layout.html' %} {% load helpers %} {% block title %}Oxidized Dashboard{% endblock %} {% block content %}
| Device | Role | Expected filename | Last run reported by Oxidized |
|---|---|---|---|
| {{ row.device.name }} | {{ row.device.role|placeholder }} | {{ row.filename }} |
{% if row.status %} {{ row.status.last_status }} {{ row.status.last_run|date:"Y-m-d H:i" }}{% if row.status.last_error %} — {{ row.status.last_error }}{% endif %} {% else %}—{% endif %} |
| Device | Filename | Health | Last backup run | Last change | |
|---|---|---|---|---|---|
| {{ data.device.name }} | {{ data.filename }} |
{% if data.health == 'ok' %}Up to date {% elif data.health == 'failing' %}Failing {% elif data.health == 'stale' %}Stale {% else %}Unverified{% endif %} |
{% if data.status %}
{{ data.status.last_run|date:"Y-m-d H:i" }} {{ data.status.last_status }}
{% if data.status.last_error %} {{ data.status.last_error }}{% endif %} {% else %}not reported{% endif %} |
{{ data.commit_timestamp|placeholder }}
{{ data.commit_sha|slice:":7" }} {{ data.commit_subject }}
|
Config History |
No indexed devices yet. The index refreshes on a schedule —
run manage.py reindex_oxidized to build it now.
|
|||||