Back to rankings

dastergon/postmortem-templates

A collection of postmortem templates

site-reliability-engineeringsite-reliabilitydevopspostmortemincident-reportspost-mortempostmortem-templatesincident-reportingincident-responsesre
Star Growth
Stars
1.4k
Forks
429
Weekly Growth
Issues
2
5001k
May 2017May 2020Jun 2023Jul 2026
README

Postmortem Templates

This is a collection of postmortem templates derived from various sources such as the Site Reliability Engineering book, The Practice of Cloud System Administration book and other online resources.

Template List

Load templates automatically

It is possible to load the postmortem templates automatically without copy pasting from the files or manually writing the structure every time you want to author an incident report.

Vim

You can add the following line into your .vimrc file:

au BufNewFile postmortem-*.md 0r ~/postmortem-templates/templates/postmortem-template-srebook.md

Emacs

You can add the following line into your .emacs file:

(add-hook 'text-mode-hook (lambda () (when (and (string-prefix-p "postmortem-" (buffer-name)) (= (point-max) (point-min))) (insert-file-contents "~/postmortem-templates/templates/postmortem-template-srebook.md"))))

In both cases the filename pattern is postmortem-*. For example, if you create a file named postmortem-api-outage-2017-05-29.md it will load automatically the predefined template into that file. You can replace both the postmortem template and pattern to match your.

Examples

Postmortem resources

Related repositories
dastergon/awesome-sre

A curated list of Site Reliability and Production Engineering resources.

Creative Commons Zero v1.0 Universalsite-reliability-engineeringproduction
sre.xyz
13.4k1.8k
upgundecha/howtheysre

A curated collection of publicly available resources on how technology and tech-savvy organizations around the world practice Site Reliability Engineering (SRE)

JavaScriptnpmCreative Commons Zero v1.0 Universalsite-reliability-engineeringsre
9.8k887
Tracer-Cloud/opensre

Build your own AI SRE agents. The open source toolkit for the AI era.

PythonPyPIApache License 2.0ai-srealerting
discord.com/invite/opensre
8.9k1.2k
chaos-mesh/chaos-mesh

A Chaos Engineering Platform for Kubernetes.

GoGo ModulesApache License 2.0chaoschaos-engineering
chaos-mesh.org
7.8k1k
dastergon/awesome-chaos-engineering

A curated list of Chaos Engineering resources.

Creative Commons Zero v1.0 Universalnetflix-chaos-monkeychaos-engineering
6.6k721
chaosblade-io/chaosblade

An easy to use and powerful chaos engineering experiment toolkit.(阿里巴巴开源的一款简单易用、功能强大的混沌实验注入工具)

PythonPyPIApache License 2.0chaos-engineeringfault-injection
chaosblade.io
6.4k1k
litmuschaos/litmus

Litmus helps SREs and developers practice chaos engineering in a Cloud-native way. Chaos experiments are published at the ChaosHub (https://hub.litmuschaos.io). Community notes is at https://hackmd.io/a4Zu_sH4TZGeih-xCimi3Q

GoGo ModulesApache License 2.0chaos-engineeringkubernetes
litmuschaos.io
5.5k887
alexei-led/pumba

Chaos testing, network emulation, and stress testing tool for containers

GoGo ModulesApache License 2.0dockerchaos
3.1k213
HolmesGPT/holmesgpt

SRE Agent - CNCF Sandbox Project

PythonPyPIApache License 2.0aiopskubernetes
holmesgpt.dev
2.9k420
jaegertracing/jaeger-ui

Web UI for Jaeger

TypeScriptnpmApache License 2.0opentracingdistributed-tracing
jaegertracing.io
1.5k783
SquadcastHub/awesome-sre-tools

A curated list of Site Reliability and Production Engineering Tools

Creative Commons Attribution 4.0 Internationalsredevops
1.5k243
chris-short/DevOps-README.md

What to Read to Learn More About DevOps

devopsrelease
devopsreadme.com
45327