Skip to content

ingalls/hallpass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hall Pass

Check if a service is down and send a Twilio Text

Note: This library was something I threw together for a side project. It works great for my use case but I wouldn't consider it "production" software. Use at your own risk. Contributions welcome

Usage


Monitor the status of a website and alert the user if it goes down

Usage:
   ./hallpass <HealthCheck URL> [--to <number>] [--timeout <s>] [--period <n>]

Environment Variables
   TWILIO_ACCOUNT      The SID of the twilio account to send messages from
   TWILIO_TOKEN        The API token of the twilio account
Options:
   --to <number>       Phone number to text (format +1##########)
   --timeout <seconds> Number of seconds to for HTTP response
   --periods <number>  Number of consecutive minutes to fail


About

Check if a service is down and send a Twilio Text

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors