From b38b13b6e9091319436aa9ee0275fcd08188e9ff Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Tue, 28 Jun 2022 03:49:32 +0200
Subject: [PATCH] WIP - Draft

---
 ehh/README.md | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)
 create mode 100644 ehh/README.md

diff --git a/ehh/README.md b/ehh/README.md
new file mode 100644
index 000000000..741c3b092
--- /dev/null
+++ b/ehh/README.md
@@ -0,0 +1,26 @@
+ehh - Emergency Host Helper
+===
+
+This tool is supposed to be used to incident response and analysis. Main goal is to perform the most basic tests and provide tooling to get an incident response started.
+
+Tasks
+---
+
+This functionality should be provided at end (in best case in a single command) when an incident is discovered:
+
+- [ ] Verify internet connection
+- [ ] Verify VPN connection
+- [ ] Set up Incident Response call
+- [ ] Set up Collaboration Document / Fall back to local document
+- [ ] Open Status Page for Updates
+- [ ] Open Metrics endpoints
+- [ ] Open Dashboards
+- [ ] Open Checklist(s)
+- [ ] Open Operational Documentation
+
+Addtional functionality:
+
+- [ ] Allow automatic reporting to external team
+- [ ] Announce Status to Statuspage
+
+
-- 
GitLab