chore: bootstrap lean sysadmin-chronicles repo
Import the runnable game code, content, docs, scripts, and repo guidance while leaving local agent state, dependency installs, build output, and backup copies out of the published tree.
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"id": "T001",
|
||||
"from": "Marcus Webb <m.webb@axiomworks.internal>",
|
||||
"subject": "Your workstation access",
|
||||
"body": "Hey, welcome to the team. HR said you started today so I got you set up with an account on ares. The provisioning script runs automatically but it does not handle SSH keys — you will need to add yours manually. Your public key should be in the onboarding doc. Let me know if you get stuck.\n\n— Marcus",
|
||||
"initial_priority": "low",
|
||||
"current_priority": "low",
|
||||
"target_vm": "workstation",
|
||||
"linked_quest": "Q001",
|
||||
"tags": ["onboarding", "ssh", "workstation"],
|
||||
"deadline_behavior": "none",
|
||||
"attachments": ["docs/onboarding.json"]
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"id": "T002",
|
||||
"from": "Sarah Chen <s.chen@axiomworks.internal>",
|
||||
"subject": "[prod-web] site is down",
|
||||
"body": "Getting connection refused on the main site. Started about 20 minutes ago. Nothing changed on our end as far as I know.",
|
||||
"initial_priority": "high",
|
||||
"current_priority": "high",
|
||||
"target_vm": "web_server",
|
||||
"linked_quest": "Q002",
|
||||
"tags": ["services", "web", "nginx"],
|
||||
"deadline_behavior": "escalates",
|
||||
"follow_up_ticket_ids": ["T002-followup"]
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"id": "T003-recurrence",
|
||||
"from": "Monitoring <alerts@axiomworks.internal>",
|
||||
"subject": "disk pressure returned on hermes",
|
||||
"body": "Disk pressure has returned on hermes. /var/log/nginx/access.log is growing again and the host is trending back toward saturation.",
|
||||
"initial_priority": "high",
|
||||
"current_priority": "high",
|
||||
"target_vm": "web_server",
|
||||
"linked_quest": "Q003",
|
||||
"tags": ["web", "disk", "nginx", "recurrence"],
|
||||
"deadline_behavior": "escalates",
|
||||
"_note": "Recurrence ticket emitted by I001 when the earlier partial fix allows log pressure to return."
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"id": "T003",
|
||||
"from": "Dave Okonkwo <d.okonkwo@axiomworks.internal>",
|
||||
"subject": "is the website slow for anyone else",
|
||||
"body": "Pages are loading really slowly for me. Sometimes they time out. I rebooted my laptop but it did not help. Is something wrong on the server side?",
|
||||
"initial_priority": "medium",
|
||||
"current_priority": "medium",
|
||||
"target_vm": "web_server",
|
||||
"linked_quest": "Q003",
|
||||
"tags": ["web", "disk", "nginx"],
|
||||
"deadline_behavior": "escalates",
|
||||
"_note": "Dave is reporting symptoms of the disk being nearly full causing nginx write failures and slowdowns. He thinks it's a network issue. He is wrong but his symptom report is accurate."
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"id": "T004",
|
||||
"from": "Sarah Chen <s.chen@axiomworks.internal>",
|
||||
"subject": "deployment not applying",
|
||||
"body": "I pushed a change this morning and the site is still showing the old version. I confirmed the deploy script ran and it said it completed successfully. But the file timestamp on the server doesn't match what I deployed. Did something change in how deploys work?",
|
||||
"initial_priority": "medium",
|
||||
"current_priority": "medium",
|
||||
"target_vm": "web_server",
|
||||
"linked_quest": "Q004",
|
||||
"tags": ["deploy", "permissions", "web_server"],
|
||||
"deadline_behavior": "none",
|
||||
"_note": "Sarah correctly identifies the symptom but assumes the script is at fault. The script is fine. The permissions are the problem. Her description of the deploy 'completing successfully' is accurate — the script ran, it just could not overwrite root-owned files and silently skipped them."
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"id": "T005",
|
||||
"from": "Dave Okonkwo <d.okonkwo@axiomworks.internal>",
|
||||
"subject": "disk warning on hermes again",
|
||||
"body": "Got an alert that /var/backups is at 85%. I don't know if this is related to what was going on before. Probably fine but figured you should know.",
|
||||
"initial_priority": "low",
|
||||
"current_priority": "low",
|
||||
"target_vm": "web_server",
|
||||
"linked_quest": "Q005",
|
||||
"tags": [
|
||||
"disk",
|
||||
"backup",
|
||||
"web_server"
|
||||
],
|
||||
"deadline_behavior": "escalates"
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"id": "T006",
|
||||
"from": "Dave Okonkwo <d.okonkwo@axiomworks.internal>",
|
||||
"subject": "builds failing on vulcan",
|
||||
"body": "Getting signature errors every time I try to install anything on the build machine. Tried pacman -Syu and it fails partway through. I didn't change anything. It was working yesterday.",
|
||||
"initial_priority": "medium",
|
||||
"current_priority": "medium",
|
||||
"target_vm": "build_machine",
|
||||
"linked_quest": "Q006",
|
||||
"tags": [
|
||||
"pacman",
|
||||
"build_machine",
|
||||
"packages"
|
||||
],
|
||||
"deadline_behavior": "none"
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"id": "T007",
|
||||
"from": "Priya Nair <p.nair@axiomworks.internal>",
|
||||
"subject": "locked out of hermes",
|
||||
"body": "I cannot SSH into hermes. Permission denied immediately. I was in the middle of something. Who ran a hardening script without telling anyone.",
|
||||
"initial_priority": "critical",
|
||||
"current_priority": "critical",
|
||||
"target_vm": "web_server",
|
||||
"linked_quest": "Q007",
|
||||
"tags": [
|
||||
"ssh",
|
||||
"access",
|
||||
"web_server",
|
||||
"security"
|
||||
],
|
||||
"deadline_behavior": "escalates"
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"id": "T008",
|
||||
"from": "Sarah Chen <s.chen@axiomworks.internal>",
|
||||
"subject": "app is down after update",
|
||||
"body": "The deploy ran this morning and now the app won't start. It's returning nothing on 8080. The update pulled in a new package version. I don't know if that's the problem but the timing is suspicious.",
|
||||
"initial_priority": "high",
|
||||
"current_priority": "high",
|
||||
"target_vm": "web_server",
|
||||
"linked_quest": "Q008",
|
||||
"tags": [
|
||||
"app",
|
||||
"deploy",
|
||||
"packages",
|
||||
"web_server"
|
||||
],
|
||||
"deadline_behavior": "escalates",
|
||||
"_note": "Sarah correctly suspects the package update. She doesn't know the build machine is involved."
|
||||
}
|
||||
Reference in New Issue
Block a user