monitoring task with slack bot alerting
Go to file
RouxAntoine 58a7dcd52c
feat: complete readme.md file
2021-03-22 22:37:51 +01:00
cmd feat: Extract df check config into hcl config file 2021-03-22 22:19:50 +01:00
manifests feat: Extract df check config into hcl config file 2021-03-22 22:19:50 +01:00
pkg feat: Extract df check config into hcl config file 2021-03-22 22:19:50 +01: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 Add code for slack bot and deployment 2021-03-22 00:17:15 +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