From 597e99fb30eba46ebc38a5f57d12549b38bbccc9 Mon Sep 17 00:00:00 2001 From: Flug0 <92332371+Flug0@users.noreply.github.com> Date: Tue, 8 Oct 2024 02:03:56 +0200 Subject: [PATCH] Week 7: Presentation Proposal (#2592) * Added demo proposal * Week 7, presentation proposal * Update title --- .../week7/hugomal-oschel/README.md | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 contributions/presentation/week7/hugomal-oschel/README.md diff --git a/contributions/presentation/week7/hugomal-oschel/README.md b/contributions/presentation/week7/hugomal-oschel/README.md new file mode 100644 index 000000000..5e4837b1a --- /dev/null +++ b/contributions/presentation/week7/hugomal-oschel/README.md @@ -0,0 +1,27 @@ +# Assignment Proposal + +## Title + +ChatOps Bots for Monitoring and Incident Response in DevOps + +## Names and KTH ID + + - Oscar Hellgren (oschel@kth.se) + - Hugo Malmberg (hugomal@kth.se) + +## Deadline + +- Week 7 + +## Category + +- Presentation + + +## Description + +In this presentation we will explain software bots and how they can be used to monitor platforms, both to quickly spot issues in production and speed up testing. + +**Relevance** + +Getting quick updates on issues is important, especially in production where the consequences can be large. Monitoring can also speed up testing of software, thus decreasing the time from coding to production while keeping high quality.