Skip to content

Commit fbe52b4

Browse files
committed
Enhance skill descriptions in sosreport plugin
Updated the descriptions for various analysis skills in the sosreport plugin to provide more detailed information on the data extracted and the issues diagnosed. This includes Logs Analysis, Network Analysis, Resource Analysis, and System Configuration Analysis.
1 parent 371d231 commit fbe52b4

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

docs/data.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -305,22 +305,22 @@
305305
{
306306
"name": "Logs Analysis",
307307
"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"
309309
},
310310
{
311311
"name": "Network Analysis",
312312
"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"
314314
},
315315
{
316316
"name": "Resource Analysis",
317317
"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"
319319
},
320320
{
321321
"name": "System Configuration Analysis",
322322
"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"
324324
}
325325
],
326326
"has_readme": true

plugins/sosreport/skills/logs-analysis/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Logs Analysis
3-
description: Analyze system and application logs from sosreport archives
3+
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
44
---
55

66
# Logs Analysis Skill

plugins/sosreport/skills/network-analysis/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Network Analysis
3-
description: Analyze network configuration, connectivity, and firewall settings
3+
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
44
---
55

66
# Network Analysis Skill

plugins/sosreport/skills/resource-analysis/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Resource Analysis
3-
description: Analyze system resource usage including memory, CPU, disk, and processes
3+
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
44
---
55

66
# Resource Analysis Skill

plugins/sosreport/skills/system-config-analysis/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: System Configuration Analysis
3-
description: Analyze system configuration including packages, services, and security settings
3+
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
44
---
55

66
# System Configuration Analysis Skill

0 commit comments

Comments
 (0)