{% extends "layout.html" %} {% from "_partials/page_description.html" import page_description %} {% block title %}{{ machine.mac }} - pixie{% endblock %} {% block subnav %}
{% endblock %} {% block content %} {{ page_description('pc-display-horizontal', 'Everything pixie knows about one target: telemetry, current binding, inventory the live env posts back, and events scoped to this MAC. Editing the binding changes what pixie serves on this target\'s next PXE; labels and inventory are stored independently of the binding.') }} {# Bind failure surfaced from POST /ui/machines/bind (e.g. an overlay alias held single-writer by another machine). The message is the caught exception text, passed back via the ?bind_error= redirect; Jinja auto-escapes it. Nothing rendered on the happy path. #} {% if bind_error %}{{ machine.mac }}{{ machine.image_content_sha256 }}
{% else %}
(unbound)
{% endif %}
. _ -; max 64
chars per tag, 16 tags per machine. Blank clears.
{{ machine.last_seen_ip }}
{% else %}-{% endif %}
Posted by the live env's pixie CLI on boot
(lsblk + lshw); best-effort render, raw JSON below.
| Interface | MAC | Vendor / Driver | Link |
|---|---|---|---|
| {{ n.get("name") or "-" }} | {{ n.get("mac") or "-" }} |
{{ n.get("vendor") or "-" }}
{% if n.get("driver") %} {{ n.get("driver") }}{% endif %} |
{% if n.get("speed") %}{{ n.get("speed") }}{% else %}-{% endif %}
|
| Path | Size | Vendor / Model | Serial | Transport |
|---|---|---|---|---|
{{ d.get("path") or "-" }} |
{{ d.get("size") or "-" }} |
{{ d.get("vendor") or "-" }}
{% if d.get("model") %} {{ d.get("model") }}{% endif %} |
{{ d.get("serial") or "-" }} |
{{ d.get("tran") or "-" }} |
No disks in the posted inventory.
{% endif %} {% if machine.inventory.get("lshw") %}lshw JSON{{ machine.inventory.get("lshw") | tojson(indent=2) }}
No inventory has been posted for this machine yet. The live env's
pixie CLI posts one on boot; check the target's PXE
reach to pixie.
| When | Kind | Summary |
|---|---|---|
| {{ e.ts | fmt_ts }} | {{ e.kind }} |
{{ e.summary or "" }} |
No events recorded for this machine yet.