All Projects → dastergon → Postmortem Templates

dastergon / Postmortem Templates

Licence: cc0-1.0
A collection of postmortem templates

Labels

Projects that are alternatives of or similar to Postmortem Templates

Guide
Kubernetes clusters for the hobbyist.
Stars: ✭ 5,150 (+665.23%)
Mutual labels:  devops
Noahv
An efficient front-end application framework based on vue.js
Stars: ✭ 593 (-11.89%)
Mutual labels:  devops
Netaddr
A network address manipulation library for Python
Stars: ✭ 648 (-3.71%)
Mutual labels:  devops
Swagger Stats
API Observability. Trace API calls and Monitor API performance, health and usage statistics in Node.js Microservices.
Stars: ✭ 559 (-16.94%)
Mutual labels:  devops
Yearning
🐳 A most popular sql audit platform for mysql
Stars: ✭ 5,963 (+786.03%)
Mutual labels:  devops
Terraform Aws Secure Baseline
Terraform module to set up your AWS account with the secure baseline configuration based on CIS Amazon Web Services Foundations and AWS Foundational Security Best Practices.
Stars: ✭ 596 (-11.44%)
Mutual labels:  devops
Intro To Terraform
Sample code for the blog post series "A Comprehensive Guide to Terraform."
Stars: ✭ 550 (-18.28%)
Mutual labels:  devops
Stacker
An AWS CloudFormation Stack orchestrator/manager.
Stars: ✭ 656 (-2.53%)
Mutual labels:  devops
Kubesphere
The container platform tailored for Kubernetes multi-cloud, datacenter, and edge management ⎈ 🖥 ☁️
Stars: ✭ 8,315 (+1135.51%)
Mutual labels:  devops
Spug
开源运维平台:面向中小型企业设计的轻量级无Agent的自动化运维平台,整合了主机管理、主机批量执行、主机在线终端、文件在线上传下载、应用发布部署、在线任务计划、配置中心、监控、报警等一系列功能。
Stars: ✭ 6,810 (+911.89%)
Mutual labels:  devops
Opsdroid
🤖 An open source chat-ops bot framework
Stars: ✭ 563 (-16.34%)
Mutual labels:  devops
Cabot
Self-hosted, easily-deployable monitoring and alerts service - like a lightweight PagerDuty
Stars: ✭ 5,209 (+674%)
Mutual labels:  devops
Atlantis
Atlantis is now being maintained at https://github.com/runatlantis/atlantis
Stars: ✭ 628 (-6.69%)
Mutual labels:  devops
Terratest
Terratest is a Go library that makes it easier to write automated tests for your infrastructure code.
Stars: ✭ 5,797 (+761.37%)
Mutual labels:  devops
Rex
Rex, the friendly automation framework
Stars: ✭ 653 (-2.97%)
Mutual labels:  devops
Ops
ops - build and run nanos unikernels
Stars: ✭ 552 (-17.98%)
Mutual labels:  devops
Laravel Server Monitor
Don't let your servers just melt down
Stars: ✭ 595 (-11.59%)
Mutual labels:  devops
old vespene
DISCONTINUED: a frozen fork will exist forever at mpdehaan/vespene
Stars: ✭ 672 (-0.15%)
Mutual labels:  devops
Scaleway Cli
Command Line Interface for Scaleway
Stars: ✭ 654 (-2.82%)
Mutual labels:  devops
Argo Cd
Declarative continuous deployment for Kubernetes.
Stars: ✭ 7,887 (+1071.92%)
Mutual labels:  devops

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].