• Stars
    star
    1,208
  • Rank 37,486 (Top 0.8 %)
  • Language
  • License
    Creative Commons ...
  • Created about 7 years ago
  • Updated 11 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A collection of postmortem templates

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

More Repositories

1

awesome-sre

A curated list of Site Reliability and Production Engineering resources.
11,476
star
2

awesome-chaos-engineering

A curated list of Chaos Engineering resources.
5,779
star
3

wheel-of-misfortune

A role-playing game for incident management training
HTML
158
star
4

availability-calculator

Calculate how much downtime should be permitted in your Service Level Agreement or Objective
HTML
63
star
5

kubectl-janitor

List Kubernetes objects in a problematic state
Go
54
star
6

sreworkbook-templates-md

A collection templates ported from the SRE Workbook
35
star
7

vegeta-operator

Kubernetes Operator for running HTTP load testing scenarios with Vegeta
Go
32
star
8

common-disaster-recovery-scenarios

A list of common Disaster Recovery (DR) scenarios for software companies
31
star
9

tc-panel

Geo-Distributed Infrastructure Emulation using Traffic Shaping
Python
12
star
10

ansible-rpi-cluster

Automate common tasks in your Raspberry Pi cluster with Ansible
9
star
11

strgz

CLI tool for listing and searching users' starred repositories on Github
Go
7
star
12

tidyman

Script for tiding files
Shell
5
star
13

oomutil

A Go package with read-only operations for determining the Out-Of-Memory (OOM) status of a process on Linux
Go
5
star
14

error-budget-calculator

Calculate the tolerable downtime of your service
HTML
5
star
15

py-deterministic-subsetting

Deterministic Subsetting as defined in the SRE book
Python
4
star
16

tmux-load-avg

tmux plugin that displays the system load average in the last 1, 5 and 15 minutes.
Shell
4
star
17

fstree

A tool that generates a depth indented listing of files and sub-directories in a tree-like format.
Go
3
star
18

golang-timemap

Time-based key-value store for Go
Go
3
star
19

proctree

A tool to display a tree of running processes
Go
3
star
20

gopheracademy-advent2019-tcp-no-delay

Material from my GopherAcademy Advent 2019 blog post about TCP_NODELAY and Go
Go
3
star
21

dastergon.github.io

Personal website
HTML
2
star
22

rawdog-list-authors

rawdog plugin to display authors list
2
star
23

sremuc

Site Reliability Engineering Munich Meetup Page
CSS
1
star
24

rawdog

HTML
1
star
25

venus2rawdog

Command line utility to migrate config files from RSS aggregator venus to rawdog
Python
1
star
26

sampler-recipes

A list of sampler recipes to run on the CLI
1
star