Skip to main content

Systemd deep introspection pack

v0.1.7

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.

19 allowed by default 5 need approval
Pack ID
systemd-deep
Vendor
emisar
OS
linux
Actions
24
Required binaries. Install these on the host before relying on the pack — an action that calls a missing one fails at run time.
systemctl

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:3efb4faba9c8742105ac43e42233e389249c81fee5fb1b35afe41a68ca59a7de

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

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

Actions 24 total

View on GitHub