|
305 | 305 | { |
306 | 306 | "name": "Logs Analysis", |
307 | 307 | "id": "logs-analysis", |
308 | | - "description": "Analyze system and application logs from sosreport archives" |
| 308 | + "description": "Analyze system and application log data from sosreport archives, extracting error patterns, kernel panics, OOM events, service failures, and application crashes from journald logs and traditional log files within the sosreport directory structure to identify root causes of system failures and issues" |
309 | 309 | }, |
310 | 310 | { |
311 | 311 | "name": "Network Analysis", |
312 | 312 | "id": "network-analysis", |
313 | | - "description": "Analyze network configuration, connectivity, and firewall settings" |
| 313 | + "description": "Analyze network configuration data from sosreport archives, extracting interface configurations, routing tables, active connections, firewall rules (firewalld/iptables), and DNS settings from the sosreport directory structure to diagnose network connectivity and configuration issues" |
314 | 314 | }, |
315 | 315 | { |
316 | 316 | "name": "Resource Analysis", |
317 | 317 | "id": "resource-analysis", |
318 | | - "description": "Analyze system resource usage including memory, CPU, disk, and processes" |
| 318 | + "description": "Analyze system resource usage data from sosreport archives, extracting memory statistics, CPU load averages, disk space utilization, and process information from the sosreport directory structure to diagnose resource exhaustion, performance bottlenecks, and capacity issues" |
319 | 319 | }, |
320 | 320 | { |
321 | 321 | "name": "System Configuration Analysis", |
322 | 322 | "id": "system-config-analysis", |
323 | | - "description": "Analyze system configuration including packages, services, and security settings" |
| 323 | + "description": "Analyze system configuration data from sosreport archives, extracting OS details, installed packages, systemd service status, SELinux/AppArmor policies, and kernel parameters from the sosreport directory structure to diagnose configuration-related system issues" |
324 | 324 | } |
325 | 325 | ], |
326 | 326 | "has_readme": true |
|
0 commit comments