From 337cca7b71f69307903ee7d1bf7396034856ca81 Mon Sep 17 00:00:00 2001 From: Joachim Hummel Date: Fri, 6 May 2022 22:34:25 +0000 Subject: [PATCH 1/3] Edit Shellscripts --- deploy_all.sh | 2 ++ undeploy_all.sh | 3 +++ 2 files changed, 5 insertions(+) diff --git a/deploy_all.sh b/deploy_all.sh index 4885908..11c5c57 100755 --- a/deploy_all.sh +++ b/deploy_all.sh @@ -1,5 +1,7 @@ #!/bin/bash +# Deployment Script for docker and all containers + NC='\033[0m' RED='\033[00;31m' diff --git a/undeploy_all.sh b/undeploy_all.sh index f4a621c..1fa21df 100755 --- a/undeploy_all.sh +++ b/undeploy_all.sh @@ -1,4 +1,7 @@ # START docker-compose + +# Undeploy docker and containers + do_cleanup () { docker-compose down From 1c2abacd07c227b6ccc541a6bc80fa55e15c5512 Mon Sep 17 00:00:00 2001 From: Joachim Hummel Date: Fri, 6 May 2022 23:01:02 +0000 Subject: [PATCH 2/3] Edit Readme --- README.md | 2 +- alertmanager/config.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 21df64c..f1b7645 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# What is in this repository? +# What is in this repository? This repository contains easily deployable monitoring solution which uses: - Grafana (frontend for monitoring + alerts) diff --git a/alertmanager/config.yml b/alertmanager/config.yml index 329fb3b..a0189a7 100644 --- a/alertmanager/config.yml +++ b/alertmanager/config.yml @@ -5,6 +5,6 @@ receivers: - name: 'slack' slack_configs: - send_resolved: true - username: 'sebastian.blasaik' + username: 'yourusername' channel: '#channel_name' api_url: 'https://hooks.slack.com/services/' From 287fb34aabb2745815c55538dc6615ef3cea454f Mon Sep 17 00:00:00 2001 From: Joachim Hummel Date: Fri, 6 May 2022 23:14:35 +0000 Subject: [PATCH 3/3] Edit Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f1b7645..21df64c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# What is in this repository? +# What is in this repository? This repository contains easily deployable monitoring solution which uses: - Grafana (frontend for monitoring + alerts)