monitoring task with slack bot alerting
Go to file
RouxAntoine 32ce383db8
feat: alerting if filesystem is not found
2021-03-23 22:14:10 +01:00
cmd feat: Extract df check config into hcl config file 2021-03-22 22:19:50 +01:00
manifests fix: kube binding checked filesystem and posix formating for df command 2021-03-23 22:13:39 +01:00
pkg feat: alerting if filesystem is not found 2021-03-23 22:14:10 +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 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