monitoring task with slack bot alerting
Go to file
RouxAntoine 5d970ae7f2
Update critical threshold to 95 instead of 80 pourcent
2021-05-26 23:10:14 +02:00
cmd feat: Extract df check config into hcl config file 2021-03-22 22:19:50 +01:00
manifests Update critical threshold to 95 instead of 80 pourcent 2021-05-26 23:10:14 +02:00
pkg Support multi node with volume claim 2021-04-25 22:17:20 +02:00
.dockerignore Add code for slack bot and deployment 2021-03-22 00:17:15 +01:00
.gitignore Add code for slack bot and deployment 2021-03-22 00:17:15 +01:00
Dockerfile fix: kube binding checked filesystem and posix formating for df command 2021-03-23 22:13:39 +01:00
Makefile Add code for slack bot and deployment 2021-03-22 00:17:15 +01:00
config.sample.hcl feat: Extract df check config into hcl config file 2021-03-22 22:19:50 +01:00
go.mod Add code for slack bot and deployment 2021-03-22 00:17:15 +01:00
go.sum Add code for slack bot and deployment 2021-03-22 00:17:15 +01:00
readme.md feat: complete readme.md file 2021-03-22 22:37:51 +01:00

readme.md

slack bot notifier

This repository contain go application deploy into kubernetes job batch with cron. Each run application run some cli check and assert condition on cli stdout. If assertion failed a notification is send to slack channel.

local build

make build

docker build and deploy

make docker-build

cd manifests/
terraform init
terraform apply --auto-approve