Analyzes system configuration data from sosreport archives to diagnose service failures, security policy issues, and package misconfigurations.
This skill enables Claude to perform deep forensic analysis of Linux system states by parsing sosreport archives. It systematically examines operating system details, installed package versions (RPM and DEB), systemd service health, and security postures like SELinux or AppArmor. By navigating complex directory structures automatically, it identifies the root cause of system instability, configuration drift, or security denials, providing SREs and DevOps engineers with structured, actionable insights for rapid troubleshooting.
主要功能
01OS and kernel version extraction with uptime analysis
02SELinux and AppArmor policy analysis including AVC denial parsing
03Package version comparison for RPM and DEB-based systems
0429 GitHub stars
05Kernel parameter and resource limit validation
06Detailed systemd service status and failure reason auditing
使用场景
01Identifying security policy denials causing application access issues in production
02Diagnosing critical service failures by correlating systemd status with journald logs
03Auditing system configuration and package versions to find drift after updates