journald

Query and filter systemd journald logs via journalctl commands.

6|1|Updated Feb 16, 2026
One-click install
npx skills add https://github.com/L3DigitalNet/Claude-Code-Plugins --skill journald
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: journald
Source: https://github.com/L3DigitalNet/Claude-Code-Plugins/tree/main/plugins/linux-sysadmin/skills/journald
Command: npx skills add https://github.com/L3DigitalNet/Claude-Code-Plugins --skill journald

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the complex task of managing and querying systemd journal logs, enabling efficient troubleshooting and system monitoring.

Core Features & Use Cases

  • Log Querying and Filtering: Easily search logs by time, unit, PID, priority, and more.
  • Disk Usage Management: Monitor and control journal storage to prevent disk space exhaustion.
  • Live Log Following: Stream logs in real-time to catch issues as they happen.
  • Use Case: When a service fails, use this Skill to quickly find the relevant error messages from the last boot and analyze the system's disk usage for logs.

Quick Start

Use the journald skill to follow live logs for the nginx service.

Frequently Asked Questions about journald

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I query systemd journald logs for a specific service?

To query systemd journald logs for a specific service, use journalctl commands to filter by unit name, time, PID, or priority. This approach isolates relevant error messages for efficient troubleshooting.

What is the best way to monitor systemd logs in real time?

The best way to monitor systemd logs in real time is by streaming logs with live log following. This enables you to watch active system events and catch issues as they happen during troubleshooting.

How do I manage journald disk space usage on Linux?

To manage journald disk space usage on Linux, adjust storage configuration in journald.conf and monitor journal storage. This prevents disk space exhaustion caused by accumulating systemd logs.

Can I find error messages from the last boot using journald?

Yes, you can find error messages from the last boot using journald by querying logs filtered to the previous boot session. This quickly surfaces relevant errors for system administration and troubleshooting.

Does this approach to log management require direct interaction with journalctl?

Yes, this approach to log management requires direct interaction with journalctl commands and configuration files like journald.conf. It is designed for Linux system administration tasks involving direct log analysis.