Systemd deep introspection pack

v0.1.3

Deeper systemd state than linux-core: failed units, list-units, timers, cgroup tree, journal disk usage, systemd-analyze for boot diagnosis, plus full operator surface (daemon-reload, start/stop/ restart/reload, kill -s signal, mask/unmask, reset-failed) for remediating runtime issues.

Pack ID
systemd-deep
Vendor
emisar
OS
linux
Actions
24
Required binaries: systemctl. Actions that call a missing binary fail at run time — install these on the host before relying on the pack.

Install

emisar pack install validates the pack and verifies its content hash before copying it into /etc/emisar/packs. The --hash below pins the install to the exact bytes on this page — a tampered copy is rejected. After install, reload the runner; it re-reads the catalog and advertises every action.

content hash: sha256:e1ed4648417715a11b743e694d7bb4b5e6a38223ca7684102d71bd23abcc013b

on the runner host
sudo emisar pack install systemd-deep \
  --hash sha256:e1ed4648417715a11b743e694d7bb4b5e6a38223ca7684102d71bd23abcc013b \
  --dest /etc/emisar/packs

# Reload so the runner re-reads the catalog:
sudo systemctl reload emisar

Actions 24 total

View on GitHub