Skip to content

App checking if an endpoint is up, down or slow and post the result to a slack channel.

License

Notifications You must be signed in to change notification settings

storm84/UpDownSlack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UpDownSlack

App that check if a number of endpoints are up, down or slow and post the result to a slack channel.

docker build

docker build -t up-down-slack -f Dockerfile . 

copy example.env file (and edit it's content)

cp example.env .env 

run the docker container

docker run --rm --env-file .env up-down-slack 

About

App checking if an endpoint is up, down or slow and post the result to a slack channel.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published