Skip to content

🐶 Basic watchdog image to notify a Slack channel about server shutdowns.

License

Notifications You must be signed in to change notification settings

hackaburg/watchdog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

watchdog

Docker Cloud Build Status MicroBadger Size MicroBadger Layers

If run inside a docker-compose setup, the watchdog will notify the configured Slack channel about its shutdown.

Usage

To get the watchdog, simply pull the hackaburg/watchdog image from the Docker hub and pass in your Slack webhook url as an environment variable:

$ docker run \
    --rm \
    -it \
    -e SLACK_WEBHOOK_URL=https://your-slack-webhook_url \
    hackaburg/watchdog

License

This very basic watchdog script is released under the MIT license.

About

🐶 Basic watchdog image to notify a Slack channel about server shutdowns.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published