{
"key": "disk/001-cleanup",
"name": "Disk Space Cleanup",
"description": "@2501 disk usage on sandbox-app-01 is above 90%. Identify what is consuming the most space and free up at least 5GB without deleting application data.",
"tags": ["disk", "storage"],
"hosts": [
{ "host_id": "hst_abc123" }
],
"agents": [
{
"agent_id": "agt_xyz789",
"host_id": "hst_abc123"
}
],
"validation": {
"job": [
{
"label": "Job resolved successfully",
"validator": "job_resolution_status",
"pattern": "success"
}
],
"tasks": [
{
"label": "Agent checked disk usage",
"validator": "pattern_match",
"pattern": "df\\s|du\\s|ncdu",
"where": "executed_commands"
}
]
}
}